bandel: Fix missing command marker
This make the bandel command effectively work yay.
This commit is contained in:
parent
4a5561aa18
commit
e1fc841323
1 changed files with 1 additions and 0 deletions
|
@ -242,6 +242,7 @@ class Mod(Cog):
|
||||||
@commands.guild_only()
|
@commands.guild_only()
|
||||||
@commands.bot_has_permissions(ban_members=True)
|
@commands.bot_has_permissions(ban_members=True)
|
||||||
@commands.check(check_if_staff)
|
@commands.check(check_if_staff)
|
||||||
|
@commands.command()
|
||||||
async def bandel(
|
async def bandel(
|
||||||
self, ctx, day_count: int, target: discord.Member, *, reason: str = ""
|
self, ctx, day_count: int, target: discord.Member, *, reason: str = ""
|
||||||
):
|
):
|
||||||
|
|
Loading…
Reference in a new issue