Commit Graph

15 Commits (a340a7e1eaf03c91f74e1763794e01daaf4817be)

Author SHA1 Message Date
Trivernis 149e73621f Minor music performance changes 6 years ago
Trivernis 2b6ea2123f New command syntax
- creating commands requires a command template that is stored in the commands folder in a json file
- command templates manage permissions, arguments, responses and the command name
- added config file -> needs to be created, template coming soon
6 years ago
Trivernis 98b809ba66 Code Reformatting 6 years ago
Trivernis 38fdece6c3 Code Cleanup 6 years ago
Trivernis a88071f60f Removed embedded YTAPI-Key 6 years ago
Trivernis c884211150 Added Data function
- DataHandler handles Data (wow)
- save to save playlist (server specific)
- saved to get saved playlist
- play with saved name plays the saved playlist
- data is stored in data folder
 - every server has a subfolder
 - entry file to manage all files that should be accessable
- fixed bug where music doesn't play when play was invoked
 -  if this bug appeares again, the skip command could fix it (because it creates a dispatcher if none exists)
6 years ago
Trivernis 8d53433dea Finished modules
- Bot exits music after 5 minutes
6 years ago
Trivernis e16965c86f Added supporting classes
- 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
Trivernis d153eed7f5 Added FIXME 6 years ago
Trivernis 540007318e Added TODO 6 years ago
Trivernis 08091ba15a More Fixes
- Playlists can be saved (will be server specific in the future)
- Saved playlists can be played with ~play
6 years ago
Trivernis 3dde5c40cb Fixed Bugs created by changing music.js
- Fixed output of current song
- Fixed output of playlist
- Fixed toggeling skip
- Fixed next auto toggle
6 years ago
Trivernis ec888aa5b7 Improved music.js
- Added DJ class
6 years ago
Trivernis 4e3e992e04 Bugfix
- shuffling doesn't delete the queue anymore
6 years ago
Trivernis 68a56ee3a5 Initialized Content 6 years ago