mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
[Warnings] Fix inconsistency for warnreason (#3561)
This commit is contained in:
parent
eff1014911
commit
d7b73eb50f
@ -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."""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user