diff options
| -rw-r--r-- | bot/cogs/moderation.py | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/bot/cogs/moderation.py b/bot/cogs/moderation.py index 5d8aa0217..eff002cba 100644 --- a/bot/cogs/moderation.py +++ b/bot/cogs/moderation.py @@ -1302,6 +1302,9 @@ class Moderation(Scheduler):          embed.title = f"Please review our rules over at {RULES_URL}"          embed.url = RULES_URL +        if infr_type == "Ban": +            embed.set_footer(text="To appeal this infraction, send an e-mail to [email protected]") +          return await self.send_private_embed(user, embed)      async def notify_pardon( | 
