aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/moderation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/moderation.py b/bot/cogs/moderation.py
index 4d651bef7..f2ff7e6b2 100644
--- a/bot/cogs/moderation.py
+++ b/bot/cogs/moderation.py
@@ -430,7 +430,7 @@ class Moderation(Scheduler, Cog):
This does not send the user a notification
"""
- infraction = await post_infraction(ctx, user, type="warning", reason=reason, hidden=True)
+ infraction = await post_infraction(ctx, user, type="note", reason=reason, hidden=True)
if infraction is None:
return