fix: use clientReady event instead of deprecated ready
Some checks failed
CI / CD / deploy-dev (push) Has been cancelled
CI / CD / deploy-production (push) Has been cancelled
CI / CD / test-build (push) Has been cancelled

This commit is contained in:
2026-04-23 20:18:42 +02:00
parent 8c4975481d
commit 5116040274

View File

@@ -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();