did stuff

This commit is contained in:
Emily 2020-03-31 18:59:09 +11:00
parent 57fb111d3b
commit 10a0a7aca7
9 changed files with 1229 additions and 51 deletions

View file

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