add counter to valid message log

This commit is contained in:
ShuriZma 2024-06-27 09:02:47 +02:00
parent 98a1956744
commit c51909ac13
Signed by: ShuriZma
GPG Key ID: 8D289758EE9B8074
1 changed files with 1 additions and 1 deletions

View File

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