From e8a8bd34644c6ceb8d438d33b2c3c72e781e5416 Mon Sep 17 00:00:00 2001 From: Mango0x45 Date: Sat, 12 Sep 2020 14:59:08 +0200 Subject: Github actions test --- cogs/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cogs/admin.py') 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""" -- cgit v1.2.3