forked from embee/woomy
3 lines
101 B
JavaScript
3 lines
101 B
JavaScript
module.exports = (client) => {
|
|
client.logger.ready('Connected to Discord as ' + client.user.tag)
|
|
}
|