From c51909ac13a020880933973c862a3ea640c7aa3d Mon Sep 17 00:00:00 2001 From: ShuriZma Date: Thu, 27 Jun 2024 09:02:47 +0200 Subject: [PATCH] add counter to valid message log --- src/bot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot.ts b/src/bot.ts index 7ad8f3e..ed2e750 100644 --- a/src/bot.ts +++ b/src/bot.ts @@ -103,7 +103,7 @@ export class Bot { msg.content, ] ); - console.log('added word to library, set lastUser and increased counter') + console.log('added word to library, set lastUser and increased counter to ' + this.counter) if (this.counter === this.autoEmbedMessages) { this.sendEmbed(msg);