mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 01:12:33 -05:00
[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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user