© 2026 Hedgehog Software, LLC
module.exports = (client) => { client.on('ready', () => { console.log(`${client.user.tag} has logged in!`); }); };
console.log("Starting the bot..."); // Something else here client.once('ready', () => { console.log("Bot is logged in and ready!"); });