mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 01:12:33 -05:00
[Warnings] Fix inconsistency for warnreason (#3561)
This commit is contained in:
@@ -415,6 +415,7 @@ class Warnings(commands.Cog):
|
|||||||
ctx: commands.Context,
|
ctx: commands.Context,
|
||||||
user: Union[discord.Member, int],
|
user: Union[discord.Member, int],
|
||||||
warn_id: str,
|
warn_id: str,
|
||||||
|
*,
|
||||||
reason: str = None,
|
reason: str = None,
|
||||||
):
|
):
|
||||||
"""Remove a warning from a user."""
|
"""Remove a warning from a user."""
|
||||||
|
|||||||
Reference in New Issue
Block a user