Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bot/cogs/moderation.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ async def note(self, ctx: Context, user: UserTypes, *, reason: str = None) -> No

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

Expand Down