woomy/events/ready.js

3 lines
75 B
JavaScript

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