Commit Graph

97 Commits (a560643d4d7195a238cfc580f84f3e774cbf2faf)
 

Author SHA1 Message Date
Trivernis 37207265fc
Merge pull request #15 from Trivernis/renovate/winston-daily-rotate-file-3.x
Update dependency winston-daily-rotate-file to v3.6.0
6 years ago
Trivernis 5ab7d32f15
Merge pull request #16 from Trivernis/renovate/ytdl-core-0.x
Update dependency ytdl-core to v0.29.1
6 years ago
Trivernis 6ec90997aa
Merge pull request #14 from Trivernis/renovate/pin-dependencies
Pin dependency sqlite3 to 4.0.6
6 years ago
Renovate Bot 74d3990a63
Update dependency ytdl-core to v0.29.1 6 years ago
Renovate Bot e360e5a15b
Update dependency winston-daily-rotate-file to v3.6.0 6 years ago
Renovate Bot 2485c35217
Pin dependency sqlite3 to 4.0.6 6 years ago
Trivernis 149e73621f Minor music performance changes 6 years ago
Trivernis 61ae3937d9
Merge pull request #13 from Trivernis/develop
Develop
6 years ago
Trivernis e4e26cd51f Integration of SQLite
- Instead of storing data in files, the bot stores data in database-files (wow)
- Why? Because Databases are best
6 years ago
Trivernis b0ca631fb8 Fixed Role-Permission Bug
- Fixed bug where role-permission did not work (except for the bot-owner commands)
6 years ago
Trivernis 0c95a5ef26
Merge pull request #12 from Trivernis/develop
Develop
6 years ago
Trivernis c29c578f92 Fixed role bug
- now roles should work again from the templates
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 131e0d6795
Merge pull request #11 from Trivernis/develop
Version 0.9.1
6 years ago
Trivernis 98b809ba66 Code Reformatting 6 years ago
Trivernis 2400429b72 New functionalities
- added presence rotation
- added command permission
- added owner commands
- updated README
6 years ago
Trivernis 38fdece6c3 Code Cleanup 6 years ago
Trivernis 17e0883928 Updated jsdoc 6 years ago
Trivernis 63981f2a90 TODO update 6 years ago
Trivernis d85354744c
Merge pull request #10 from Trivernis/develop
Removed embedded YTAPI-Key
6 years ago
Trivernis a88071f60f Removed embedded YTAPI-Key 6 years ago
Trivernis 1fff671f35
Merge pull request #9 from Trivernis/develop
v0.9.0
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 2ba00501ff Ideas in readme 6 years ago
Trivernis 540007318e Added TODO 6 years ago
Trivernis 6985658d1e
Merge pull request #8 from Trivernis/develop
Develop
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 c14f95030b Syntax completion 6 years ago
Trivernis 1625d36896
Merge pull request #7 from Trivernis/master
Added LICENSE
6 years ago
Trivernis 3a8943781b
Create LICENSE 6 years ago
Trivernis 32c2fef7b7
Merge pull request #6 from Trivernis/develop
HOTFIX for working shuffeling
6 years ago
Trivernis 4e3e992e04 Bugfix
- shuffling doesn't delete the queue anymore
6 years ago
Trivernis 68583e6fa3
Merge pull request #5 from Trivernis/develop
Merge pull request #4 from Trivernis/master
6 years ago
Trivernis afd41f58f9
Merge pull request #4 from Trivernis/master
Changes made by Renovate
6 years ago
Trivernis 3e3f9017d3
Merge pull request #3 from Trivernis/renovate/ytdl-core-0.x
Update dependency ytdl-core to v0.28.3
6 years ago
Renovate Bot 0984a20119
Update dependency ytdl-core to v0.28.3 6 years ago
Trivernis 417d0c7170
Merge pull request #2 from Trivernis/renovate/pin-dependencies
Pin dependencies
6 years ago
Renovate Bot 696676b350
Pin dependencies 6 years ago
Trivernis ba68538d06
Merge pull request #1 from Trivernis/renovate/configure
Configure Renovate
6 years ago
Renovate Bot 36b18614b6
Add renovate.json 6 years ago
Trivernis 68a56ee3a5 Initialized Content 6 years ago
Trivernis 12d913cf46 Initial commit 6 years ago