woomy/events/ready.js

5 lines
140 B
JavaScript
Raw Normal View History

2020-03-30 08:46:36 +00:00
module.exports = (client) => {
2020-03-31 07:59:09 +00:00
client.logger.ready('Connected to Discord as ' + client.user.tag)
2020-03-31 08:24:51 +00:00
client.logger.debug(client.cooldown)
2020-03-30 16:01:13 +00:00
}