Did lots of unfinished stuff

This commit is contained in:
Emily 2020-03-31 19:24:51 +11:00
parent 10a0a7aca7
commit 2b6ac43e9b
4 changed files with 35 additions and 5 deletions

View file

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