Synced changes

This commit is contained in:
Emily 2020-04-01 02:45:45 +11:00
parent 93abdb367d
commit c0111e0943
5 changed files with 220 additions and 33 deletions

View file

@ -1,4 +1,3 @@
module.exports = (client) => {
client.logger.ready('Connected to Discord as ' + client.user.tag)
client.logger.debug(client.cooldown)
}