aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar vivekashok1221 <[email protected]>2023-03-11 23:52:31 +0530
committerGravatar vivekashok1221 <[email protected]>2023-03-11 23:52:31 +0530
commit0e116430be8ef2e0bda2ad195250a88b792bd7b8 (patch)
treea88285c35b72b103524bb2742788f50bf9870378
parentMerge branch 'main' into vivek/jump-url-infr-log (diff)
Update appeals2 to appeals_2 to reflect config change
-rw-r--r--bot/exts/moderation/infraction/_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/moderation/infraction/_utils.py b/bot/exts/moderation/infraction/_utils.py
index f86c78707..5e9fa75cc 100644
--- a/bot/exts/moderation/infraction/_utils.py
+++ b/bot/exts/moderation/infraction/_utils.py
@@ -98,7 +98,7 @@ async def post_infraction(
if any(
is_in_category(ctx.channel, category)
- for category in (Categories.modmail, Categories.appeals, Categories.appeals2)
+ for category in (Categories.modmail, Categories.appeals, Categories.appeals_2)
):
jump_url = None
else: