rai-serge-discord-bot/events/ready.js
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!`);
});