6 lines
126 B
JavaScript
Raw Normal View History

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