RnDAO/tc-botComm

View on GitHub
events/ready.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
    name: 'ready',
    once: true,
    execute(client) {
        console.log(`Ready! Logged in as ${client.user.tag}`);
    },
}