Merge pull request #81 from Ryujinx/fix/bandel
bandel: Fix missing command marker
This commit is contained in:
commit
50d2c4f99b
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