First Commit
This commit is contained in:
5
events/ready.js
Normal file
5
events/ready.js
Normal file
@ -0,0 +1,5 @@
|
||||
const client = require("../rai");
|
||||
|
||||
client.on("ready", () => {
|
||||
console.log(`${client.user.tag} is up and ready to go!`);
|
||||
});
|
Reference in New Issue
Block a user