rai-serge-discord-bot/events/ready.js

6 lines
126 B
JavaScript
Raw Normal View History

2023-03-25 17:09:44 +00:00
const client = require("../rai");
client.on("ready", () => {
console.log(`${client.user.tag} is up and ready to go!`);
});