woomy/events/ready.js
2020-03-31 18:59:09 +11:00

3 lines
101 B
JavaScript

module.exports = (client) => {
client.logger.ready('Connected to Discord as ' + client.user.tag)
}