From 50283627952b79d80c276d67049f9eeb2e68c73e Mon Sep 17 00:00:00 2001 From: MarkKoz Date: Sun, 9 Jun 2019 13:37:25 -0700 Subject: Add appeals e-mail to infraction DMs --- bot/cogs/moderation.py | 3 +++ 1 file changed, 3 insertions(+) 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 appeals@pythondiscord.com") + return await self.send_private_embed(user, embed) async def notify_pardon( -- cgit v1.2.3