[Mod] Account for duplicated mentions (#4359)

* Account for duplicated mentions

* Spelling fix + Wording change

* Requested changes *hopefully*

* forgot to formattttttttttttttttttttttt

* Improve the consistency with existing commands in inconsistent `[p]modset` group

* What was the point of defining `guild` if you didn't end up using it, Jack!?

* I hate you, web editor ಠ益ಠ

* You could have just copy-pasted this Jack, seriously...

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
Sharky
2020-09-27 19:27:53 -06:00
committed by GitHub
parent 284080ec83
commit 3699c246df
3 changed files with 43 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ class Mod(
default_global_settings = {"version": ""}
default_guild_settings = {
"mention_spam": {"ban": None, "kick": None, "warn": None},
"mention_spam": {"ban": None, "kick": None, "warn": None, "strict": False},
"delete_repeats": -1,
"ignored": False,
"respect_hierarchy": True,