diff --git a/aethex-bot/bot.js b/aethex-bot/bot.js index 6c54415..699c0be 100644 --- a/aethex-bot/bot.js +++ b/aethex-bot/bot.js @@ -786,7 +786,7 @@ client.login(token).catch((error) => { process.exit(1); }); -client.once("ready", () => { +client.once("clientReady", () => { console.log(`Bot logged in as ${client.user.tag}`); console.log(`Watching ${client.guilds.cache.size} server(s)`); console.log("Commands are registered via: npm run register-commands");