did logging stuff

This commit is contained in:
Emily 2020-03-31 15:09:50 +11:00
parent 8db6ff539f
commit 57fb111d3b
5 changed files with 489 additions and 86 deletions

View file

@ -1,3 +1,3 @@
module.exports = (client) => {
console.log('Discord client ready!')
client.logger.log.ready('Discord client ready!')
}