diff --git a/events/ready.js b/events/ready.js index e69de29..3a9cd83 100644 --- a/events/ready.js +++ b/events/ready.js @@ -0,0 +1,3 @@ +module.exports = (client) => { + console.log('Discord client ready!'); +}; \ No newline at end of file