The purge command don't get executed

后端 未结 0 889
野趣味
野趣味 2021-02-14 14:09

So here\'s code:

@bot.command()
@commands.has_permissions(manage_messages=True)
async def clean(ctx, *, args):
    await ctx.channel.purge(limit=args + 1)
    awa         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题