[Warnings] Fix inconsistency for warnreason (#3561)

This commit is contained in:
Dav
2020-02-17 16:55:28 +01:00
committed by GitHub
parent eff1014911
commit d7b73eb50f

View File

@@ -415,6 +415,7 @@ class Warnings(commands.Cog):
ctx: commands.Context,
user: Union[discord.Member, int],
warn_id: str,
*,
reason: str = None,
):
"""Remove a warning from a user."""