4 lines
140 B
JavaScript
4 lines
140 B
JavaScript
module.exports = (client) => {
|
|
client.logger.ready('Connected to Discord as ' + client.user.tag)
|
|
client.logger.debug(client.cooldown)
|
|
}
|