Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 2.27 KB

README.md

File metadata and controls

59 lines (42 loc) · 2.27 KB

Calypso

Calypso is Discord bot built with discord.js that started out as a side project, but has now morphed into something much more. She is a multi-purpose bot with commands ranging from message deletion to random dog pics! Calypso was designed with flexibility in mind, making it very easy to modify existing features or add new ones. Currently a WIP.

Features

  • Moderation commands
  • Fun commands, including games
  • Stream alerts
  • Points system with weekly "crown"
  • General commands
  • Cat & dog pics
  • Color system
  • Secret reactions

Getting Started

You can add Calypso to your server with this link! Alternatively, you can feel free to clone this repo and host the bot yourself.

git clone https://github.com/sabattle/Calypso

Installation

After cloning, run an

npm install

to snag all of the dependencies. Of course, you need node installed. I also strongly recommend nodemon as it makes testing much easier.

Setting Up

You have to create a config.json file in order to run the bot (you can use the example file provided as a base). Your file should look something like this:

{
  "token": "",
  "prefix": "",
  "ownerID": ""
}

Visit the Discord developer portal to create an app and use the client token you are given for the token option. ownerID is your ID and prefix should be a character you want to come before any commands.

Colors

To have colors on your server, first create a bunch of empty roles on your server that begin with #. Then change the color of that role to the desired color. For example, #Red or #Blue. The members of your server can then change their color by using Calypso's color commands! Credit to Threebow for the idea.

Authors

  • Sebastian Battle - Initial work - github
  • Kyle Glaws - github

License

MIT

To-Do

  • Music/DJ functionality
  • Twitch Integration