diff --git a/discord-presence-bot/index.js b/discord-presence-bot/index.js index ee8d198..efff010 100644 --- a/discord-presence-bot/index.js +++ b/discord-presence-bot/index.js @@ -83,7 +83,7 @@ function updateAll() { } } -client.on("ready", () => { +client.on("clientReady", () => { console.log(`Bot online as ${client.user.tag}`); client.user.setActivity("Watching Presence", { type: ActivityType.Watching }); updateAll();