You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
e16965c86f
- added class GuildHandler -> use this for commands that sould be run on a server - added class Servant -> handles commands, used by GuildHandler - added connected getter to DJ - changed from checking for Connection to checking if connected - added possibility to assign a VoiceChannel at connecting - commands now contain the prefix instead of being a child element of it - added passing additional arguments as third parameter of the command callback - removed complex command parsing function, rewrote it with better pattern matching - removed music commands from bot.js and moved them to GuildHandler class - changed from cmd.createCommand to createGlobalCommand |
6 years ago | |
---|---|---|
lib | 6 years ago | |
.gitignore | 6 years ago | |
LICENSE | 6 years ago | |
README.md | 6 years ago | |
bot.js | 6 years ago | |
package.json | 6 years ago | |
renovate.json | 6 years ago |
README.md
discordbot
A bot that does the discord thing.
Ideas
- an instance (class) of the bot for each server
- planned with datahandler, could be for the whole server in the future
- save data for each server (custom commands/playlists and so on)
- custom scripts for each server (?) <- not that hard to code (with the right api)
- status rotator
- reddit api
- anilist api
- othercoolstuff api