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