woomy/events/ready.js

4 lines
84 B
JavaScript
Raw Normal View History

2020-03-30 08:46:36 +00:00
module.exports = (client) => {
2020-03-31 04:09:50 +00:00
client.logger.log.ready('Discord client ready!')
2020-03-30 16:01:13 +00:00
}