Merge pull request #81 from Ryujinx/fix/bandel

bandel: Fix missing command marker
This commit is contained in:
ave 2021-08-06 20:40:12 +03:00 committed by GitHub
commit 50d2c4f99b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -242,6 +242,7 @@ class Mod(Cog):
@commands.guild_only()
@commands.bot_has_permissions(ban_members=True)
@commands.check(check_if_staff)
@commands.command()
async def bandel(
self, ctx, day_count: int, target: discord.Member, *, reason: str = ""
):