woomy/events/ready.js
2020-03-30 10:46:36 +02:00

3 lines
No EOL
75 B
JavaScript

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