woomy/events/ready.js
2020-03-31 03:01:13 +11:00

3 lines
72 B
JavaScript

module.exports = (client) => {
console.log('Discord client ready!')
}