From 74415d7ba7b19c5c1f8488a20f06c40bade3bc79 Mon Sep 17 00:00:00 2001 From: Neko Life Date: Sat, 8 May 2021 16:13:56 +0000 Subject: [PATCH] Notify ready --- Main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.js b/Main.js index f715dbf..bb0108f 100644 --- a/Main.js +++ b/Main.js @@ -39,7 +39,7 @@ client.registry.findCommands client.on('ready', async () => { //shaGuild = client.guilds.cache.map(g => g); //console.log(`Member in ${shaGuild.length} guilds.`); - //console.log(client.user.tag+' logged in!'); + console.log(client.user.tag+' logged in!'); }); client.on("message", async msg => {