ravenbotv14/events/ready.js
2022-09-24 17:06:19 +00:00

6 lines
128 B
JavaScript

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