We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fac60b commit fac5f4aCopy full SHA for fac5f4a
2 files changed
bingus-bot/src/index.ts
@@ -85,7 +85,7 @@ const client = new Client({
85
86
let clientId: string;
87
88
-client.on("ready", (client) => {
+client.on("clientReady", (client) => {
89
console.log(`Logged in as ${client.user.tag}`);
90
clientId = client.user.id;
91
});
0 commit comments