WTTR-DISCORD/events/ready.js

6 lines
131 B
JavaScript
Raw Normal View History

2023-08-20 19:45:32 -04:00
const client = require("../wttr_bot");
2022-07-22 18:09:13 -04:00
client.on("ready", () => {
console.log(`${client.user.tag} is up and ready to go!`);
});