aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar S. Co1 <[email protected]>2019-09-24 17:21:51 -0400
committerGravatar GitHub <[email protected]>2019-09-24 17:21:51 -0400
commit0e7a6a3aa3633aaa21810103d9e963dd995caa45 (patch)
tree53fe58baf3a0bd2f4f38d4ab1ea4af533c513790
parentMerge pull request #448 from Akarys42/ot-fix (diff)
parentNote Type Correction (diff)
Merge pull request #452 from python-discord/hemlock-change-note-type
Note Type Correction
-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