Files
rai-serge-discord-bot/events/ready.js
Raven Scott 0ec7419cb7 First Commit
2023-03-25 19:09:44 +02:00

6 lines
126 B
JavaScript

const client = require("../rai");
client.on("ready", () => {
console.log(`${client.user.tag} is up and ready to go!`);
});