fix auto embed

This commit is contained in:
ShuriZma 2024-12-06 12:37:22 +01:00
parent 4f1de1bd08
commit 0d37fbc8c0
Signed by: ShuriZma
GPG Key ID: 8D289758EE9B8074
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ export class Bot {
); );
console.log('added word to library, set lastUser and increased counter to ' + this.counter) console.log('added word to library, set lastUser and increased counter to ' + this.counter)
if (this.counter === this.autoEmbedMessages) { if (this.counter >= this.autoEmbedMessages) {
this.sendEmbed(msg); this.sendEmbed(msg);
} }
} }