bandel: Fix missing command marker

This make the bandel command effectively work yay.
This commit is contained in:
Mary 2021-08-06 19:39:11 +02:00
parent 4a5561aa18
commit e1fc841323

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 = ""
):