[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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."""