Commit Graph

19 Commits (master)

Author SHA1 Message Date
Trivernis f101b8f75c
Update CHANGELOG.md 5 years ago
Trivernis 35107dafbc Database and music fix
- swiched back to ytdl-core for youtube playback
- fixed music skip being stuck sometimes
- removed database release call on pooled client
5 years ago
Trivernis 86f3ef8c13 Fixes to music functions and commands 5 years ago
Trivernis d65616eadc Fixed and switched to ytdl-core-discord
- removed volume commands
- removed volume functions and properties from MusicPlayer
- fixed missing space on 'Next n Songs' on dashboard
- removed ytdl-core from package.json
5 years ago
Trivernis ed1cb1a812 Major changes to command api
- changed return type of command parsing to response
- changed Response to extend the EventEmitter
- changed MusicPlayer to extend the EvenEmitter
- added continuos update to now playing if the message is the latest in the channel
- started redesigning the graphql api
5 years ago
Trivernis 3da2d098c4 Reverted changes to music lib
- reverted to youtube title information
5 years ago
Trivernis ec5ed87c49 Generic Database Connection
- you can now select one type of database either sqlite or postgres in the config.json (see README)
- fixed bugs in generic SQL Statements
- added generic database class
- changed all sql scripts to generic type
- added settings table to guild to manage settings of the guild
- added extended database class for the guild with predefined sql statements
- added music command volume to change the volume (role dj)
- added music command quality to change the musics quality (role owner)
5 years ago
Trivernis 1b08edd278 Bug Fixes, Utility Classes
- fixed bugs in `AniListApi`
- fixed typo in the music commands template
- added logging of uncaught promise rejections
- added generic SQL Statement classes
- updated README
5 years ago
Trivernis 1e70c5e9ea Updated changelog to latest commit 5 years ago
Trivernis 016a3d042d Added lib/state
- added with `Event`, `EventGroup` and `EventRouter` for optimized event handling
- added special subclasses of EventGroup for Client Events
5 years ago
Trivernis 540ab231db Changes to structure and fixes
- added folders for every lib
- moved lib files to folders and renamed them to `index.js`
- moved commands outside of lib
- moved graphql schema to web
- removed lib graphql folder
- added graphql folder to AniListApi folder
- fixed bug on ~skip and ~stop
- fixed bug on ExtendedRichEmbed
- fixed bug on RichCharacterInfo
5 years ago
Trivernis 2a2386e545 Added name changes to changelog 5 years ago
Trivernis ce3bb7aec0 Added Changelog Version Information 5 years ago
Trivernis 26e8355a54 Added Commands
- added commands `~changes` and `~versions` to query the changelog
5 years ago
Trivernis ab4e2de2cb Added Misc CommandModule
- added `~choose` to choose from options
- added `~delay` for an asynchronous delay in command sequences
- added `~say` for output in command sequences or just trolling around
5 years ago
Trivernis d61ae6332d Changes to modules
- added .template directory to lib/commands as a template for command modules
- changed names of `.yaml` files in command modules to `template.yaml`
- removed location variable from command modules
- added option to set a CommandModule property `_temlplateDir` to define the directory where the `template.yaml` file is saved in
5 years ago
Trivernis 2bb17e7e51 Critical Bugfixes 5 years ago
Trivernis 5fdbe40c88 Bug Fixes
- fixed ExtendedRichEmbed bug for string.substring if the method doesn't exist on the value
- added log module information to webinterface logs
- changed logging meta module info from `m` to `module`
5 years ago
Trivernis 169d83fccf Added Changelog
- added CHANGELOG.md
- modified README.md
5 years ago