woomy/events/ready.js

4 lines
72 B
JavaScript
Raw Normal View History

2020-03-30 08:46:36 +00:00
module.exports = (client) => {
2020-03-30 16:01:13 +00:00
console.log('Discord client ready!')
}