hide yesno command in help list
This commit is contained in:
parent
42f7e01e4b
commit
f71f14663c
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -64,7 +64,7 @@ async def on_ready():
|
|||
async def test(ctx, arg):
|
||||
await ctx.send(arg)
|
||||
|
||||
@bot.command(help="veraltet", usage="")
|
||||
@bot.command(help="veraltet", usage="", hidden=True)
|
||||
@is_member()
|
||||
async def yesno(ctx):
|
||||
await ctx.message.delete()
|
||||
|
|
Loading…
Reference in a new issue