woomy/events/ready.js
2020-04-01 02:45:45 +11:00

3 lines
101 B
JavaScript

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