Mongo works, added new events

This commit is contained in:
Emily 2020-04-04 17:59:22 +11:00
parent 187835991e
commit a82c054ce3
19 changed files with 246 additions and 114 deletions

3
events/disconnect.js Normal file
View file

@ -0,0 +1,3 @@
module.exports = (client) => {
client.logger.warn('Lost connection to Discord.')
}