Commit Graph

269 Commits (master)
 

Author SHA1 Message Date
Julius Riegel 09f99327da Adding additional dependency installation task 5 years ago
Julius Riegel 66de9764bd Added lib/guilding testscript 5 years ago
Julius Riegel fc6cbd336e Added cmdTest script
- testing lib/cmd
5 years ago
Julius Riegel 48dda0782e Revert changes to config.yml 5 years ago
Julius Riegel 2ed844da1d Changes to config.yml
- seperate build and test tasks
5 years ago
Julius Riegel f9cd4db4e1 More verbose test logging 5 years ago
Trivernis fd634b9556
Merge pull request #19 from Trivernis/test-configuration
Updates to test configuration
5 years ago
Julius Riegel 1c8da414fc Auto-Exit of musicTest
- exiting after last command was invoked
5 years ago
Julius Riegel 33c1c0e323 Changes to circleci config 5 years ago
Julius Riegel 1db9ec2083 Changes to lib/music for CI
- changed RegularExpression that resulted in failure
5 years ago
Julius Riegel abd3ccb4c6 Changed musicTest configuration 5 years ago
Trivernis 2e9d58983f Changes to test tasks
- automatically creates config file
5 years ago
Trivernis 1797ed3fd7 Changes to test configuration
- changed directory name for test files in configuration
5 years ago
Trivernis fbea478d47 Revert "Changes to test configuration"
This reverts commit c4b25987e0.
5 years ago
Trivernis c4b25987e0 Changes to test configuration
- changed relative path to file in circleci configuration
5 years ago
Trivernis bcfbada46c TestScripts 1
- added circleci configuration
- added mockobjects for testing without the discord api
- added a testscript for the music library
5 years ago
Trivernis 0729c9b31c Command Promises
- Command functions are allowed to return promises
- resolve and reject both are the answer the bot will send
- Implemented promises for things that couldn't use them before
5 years ago
Trivernis ee96094473 Rich Embed for help command 5 years ago
Trivernis a340a7e1ea
Merge pull request #18 from Trivernis/develop
Develop
5 years ago
Trivernis 443570f8d6 Fixes and Features
- fixed guilds first command problem
- switched from markdown to rich embed for displaying saved songs/playlists
5 years ago
Trivernis 84b27b9f8a Fix crash
- Fixing crashing on WebSocket error
5 years ago
Trivernis 79b104a35e
Merge pull request #17 from Trivernis/develop
Develop
5 years ago
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
5 years ago
Trivernis 5ab7d32f15
Merge pull request #16 from Trivernis/renovate/ytdl-core-0.x
Update dependency ytdl-core to v0.29.1
5 years ago
Trivernis 6ec90997aa
Merge pull request #14 from Trivernis/renovate/pin-dependencies
Pin dependency sqlite3 to 4.0.6
5 years ago
Renovate Bot 74d3990a63
Update dependency ytdl-core to v0.29.1 5 years ago
Renovate Bot e360e5a15b
Update dependency winston-daily-rotate-file to v3.6.0 5 years ago
Renovate Bot 2485c35217
Pin dependency sqlite3 to 4.0.6 5 years ago
Trivernis 149e73621f Minor music performance changes 5 years ago
Trivernis 61ae3937d9
Merge pull request #13 from Trivernis/develop
Develop
5 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
5 years ago
Trivernis b0ca631fb8 Fixed Role-Permission Bug
- Fixed bug where role-permission did not work (except for the bot-owner commands)
5 years ago
Trivernis 0c95a5ef26
Merge pull request #12 from Trivernis/develop
Develop
5 years ago
Trivernis c29c578f92 Fixed role bug
- now roles should work again from the templates
5 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
5 years ago
Trivernis 131e0d6795
Merge pull request #11 from Trivernis/develop
Version 0.9.1
5 years ago
Trivernis 98b809ba66 Code Reformatting 5 years ago
Trivernis 2400429b72 New functionalities
- added presence rotation
- added command permission
- added owner commands
- updated README
5 years ago
Trivernis 38fdece6c3 Code Cleanup 5 years ago
Trivernis 17e0883928 Updated jsdoc 5 years ago
Trivernis 63981f2a90 TODO update 5 years ago
Trivernis d85354744c
Merge pull request #10 from Trivernis/develop
Removed embedded YTAPI-Key
5 years ago
Trivernis a88071f60f Removed embedded YTAPI-Key 5 years ago
Trivernis 1fff671f35
Merge pull request #9 from Trivernis/develop
v0.9.0
5 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)
5 years ago
Trivernis 8d53433dea Finished modules
- Bot exits music after 5 minutes
5 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
5 years ago
Trivernis d153eed7f5 Added FIXME 5 years ago
Trivernis 2ba00501ff Ideas in readme 5 years ago
Trivernis 540007318e Added TODO 5 years ago