WTTR-DISCORD/events/ready.js

6 lines
131 B
JavaScript

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