Merge branch 'master' of github.com:Dragory/ZeppelinBot
This commit is contained in:
commit
48245e3f38
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ export class SpamPlugin extends Plugin {
|
|||
const maxEmoji = this.configValueForMemberIdAndChannelId(
|
||||
savedMessage.user_id,
|
||||
savedMessage.channel_id,
|
||||
"max_emoji"
|
||||
"max_emojis"
|
||||
);
|
||||
if (maxEmoji && savedMessage.data.content) {
|
||||
const emojiCount = getEmojiInString(savedMessage.data.content).length;
|
||||
|
|
Loading…
Add table
Reference in a new issue