diff options
author | Mango0x45 <thomasvoss@live.com> | 2020-09-12 12:59:08 +0000 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2020-09-12 12:59:08 +0000 |
commit | e8a8bd34644c6ceb8d438d33b2c3c72e781e5416 (patch) | |
tree | 79a17f3848c5fc789d1f1e92fdc5dfce1d19c335 /cogs | |
parent | 8a9112468cdf078240885420e3ad6cdf3839609a (diff) | |
download | steve-bot-e8a8bd34644c6ceb8d438d33b2c3c72e781e5416.tar steve-bot-e8a8bd34644c6ceb8d438d33b2c3c72e781e5416.tar.gz steve-bot-e8a8bd34644c6ceb8d438d33b2c3c72e781e5416.tar.bz2 steve-bot-e8a8bd34644c6ceb8d438d33b2c3c72e781e5416.tar.lz steve-bot-e8a8bd34644c6ceb8d438d33b2c3c72e781e5416.tar.xz steve-bot-e8a8bd34644c6ceb8d438d33b2c3c72e781e5416.tar.zst steve-bot-e8a8bd34644c6ceb8d438d33b2c3c72e781e5416.zip |
Github actions test
Diffstat (limited to 'cogs')
-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""" |