mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 17:32:31 -05:00
Mod cog: Option to show an extra field with custom content on the ban embed (#6593)
Co-authored-by: Michael Oliveira <34169552+Flame442@users.noreply.github.com>
This commit is contained in:
@@ -61,6 +61,9 @@ class Mod(
|
||||
"default_days": 0,
|
||||
"default_tempban_duration": 60 * 60 * 24,
|
||||
"track_nicknames": True,
|
||||
"ban_show_extra": False,
|
||||
"ban_extra_embed_title": "Message from staff",
|
||||
"ban_extra_embed_contents": "Please set me",
|
||||
}
|
||||
|
||||
default_channel_settings = {"ignored": False}
|
||||
|
||||
Reference in New Issue
Block a user