Renovate Bot
412f64e4ac
Update dependency sinon to v7.5.0
5 years ago
Trivernis
e49ec763fe
Merge pull request #93 from Trivernis/renovate/opusscript-0.x
...
Update dependency opusscript to v0.0.7
5 years ago
Renovate Bot
7ec9e32d71
Update dependency opusscript to v0.0.7
5 years ago
Trivernis
63ad6293e2
Update renovate.json
5 years ago
Trivernis
99ad843b99
Fixed formatting error in package.json
...
- fixed missing comma
6 years ago
Trivernis
6cf3b8661d
Merge branch 'develop' into dependency-updates
6 years ago
Trivernis
9ac5b795d4
Merge pull request #65 from Trivernis/renovate/express-session-1.x
...
Update dependency express-session to v1.16.1
6 years ago
Renovate Bot
f0dc692b99
Update dependency express-session to v1.16.1
6 years ago
Trivernis
000ac342ff
Merge pull request #66 from Trivernis/renovate/mocha-6.x
...
Update dependency mocha to v6.1.4
6 years ago
Renovate Bot
83c849ac48
Update dependency mocha to v6.1.4
6 years ago
Trivernis
a3b8428fa9
Merge pull request #67 from Trivernis/renovate/express-graphql-0.x
...
Update dependency express-graphql to v0.8.0
6 years ago
Trivernis
91e6ff13ce
Merge pull request #68 from Trivernis/renovate/nyc-14.x
...
Update dependency nyc to v14
6 years ago
Trivernis
82ff94ec64
Merge pull request #69 from Trivernis/renovate/sinon-7.x
...
Update dependency sinon to v7.3.2
6 years ago
Renovate Bot
38f73379c1
Update dependency sinon to v7.3.2
6 years ago
Renovate Bot
752b5bbb90
Update dependency nyc to v14
6 years ago
Renovate Bot
1c95afbdcc
Update dependency express-graphql to v0.8.0
6 years ago
Trivernis
bc3cdfa8e5
Merge pull request #61 from Trivernis/renovate/eslint-5.x
...
Update dependency eslint to v5.16.0
6 years ago
Renovate Bot
441a891e23
Update dependency eslint to v5.16.0
6 years ago
Trivernis
6a364b6fde
Merge pull request #62 from Trivernis/renovate/graphql-14.x
...
Update dependency graphql to v14.2.1
6 years ago
Trivernis
15ec905a40
Merge pull request #63 from Trivernis/renovate/eslint-plugin-promise-4.x
...
Update dependency eslint-plugin-promise to v4.1.1
6 years ago
Trivernis
25fafb044b
Merge pull request #64 from Trivernis/renovate/mocha-6.x
...
Update dependency mocha to v6.1.2
6 years ago
Renovate Bot
adf1da7ac3
Update dependency mocha to v6.1.2
6 years ago
Trivernis
3155ffc188
Fix to MusicPlayer
...
- fix to playing boolean
6 years ago
Trivernis
86f3ef8c13
Fixes to music functions and commands
6 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
6 years ago
Trivernis
b8a0d124fe
Removed additions to api
6 years ago
Renovate Bot
e85c3347b5
Update dependency eslint-plugin-promise to v4.1.1
6 years ago
Renovate Bot
f803aed91d
Update dependency graphql to v14.2.1
6 years ago
Trivernis
a91c701e09
Merge pull request #56 from Trivernis/renovate/sinon-7.x
...
Update dependency sinon to v7.3.1
6 years ago
Trivernis
a2c234be73
Merge pull request #57 from Trivernis/renovate/eslint-5.x
...
Update dependency eslint to v5.15.3
6 years ago
Trivernis
86e10fe7bb
Merge pull request #59 from Trivernis/renovate/compression-1.x
...
Update dependency compression to v1.7.4
6 years ago
Trivernis
b97cc2a8c1
Merge pull request #60 from Trivernis/renovate/graphql-14.x
...
Update dependency graphql to v14.2.0
6 years ago
Renovate Bot
2071f30651
Update dependency sinon to v7.3.1
6 years ago
Renovate Bot
f524643d4a
Update dependency graphql to v14.2.0
6 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
6 years ago
Renovate Bot
663833c352
Update dependency eslint to v5.15.3
6 years ago
Renovate Bot
50ccb7c229
Update dependency compression to v1.7.4
6 years ago
Trivernis
3da2d098c4
Reverted changes to music lib
...
- reverted to youtube title information
6 years ago
Trivernis
1ea11d073a
Added logging of messages
...
- added new main database table `messages` to log all messages for statistic reasons
6 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)
6 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
6 years ago
Trivernis
1e70c5e9ea
Updated changelog to latest commit
6 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
6 years ago
Trivernis
08d220b4c1
Updated AniListApi graphql path
6 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
6 years ago
Trivernis
2a2386e545
Added name changes to changelog
6 years ago
Trivernis
056bfc3845
Updated package.json version
6 years ago
Trivernis
ce3bb7aec0
Added Changelog Version Information
6 years ago
Trivernis
26e8355a54
Added Commands
...
- added commands `~changes` and `~versions` to query the changelog
6 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
6 years ago