WTTR-DISCORD/events/ready.js
Raven Scott 795c915c0e update
2023-08-20 19:45:32 -04:00

6 lines
131 B
JavaScript

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