woomy/events/ready.js

4 lines
101 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-30 16:01:13 +00:00
}