diff options
Diffstat (limited to 'cogs/admin.py')
-rwxr-xr-x | cogs/admin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/admin.py b/cogs/admin.py index c507b54..b6059e4 100755 --- a/cogs/admin.py +++ b/cogs/admin.py @@ -141,7 +141,7 @@ class Admin(commands.Cog): members: commands.Greedy[discord.Member] = False, mute_minutes: int = 0, *, - reason: str = "absolutely no reason", + reason: str = "absolutely no reason" ): """Mass mute members with an optional mute_minutes parameter to time it""" |