Why i use this script my bot stops all commands (only admin works)

前端 未结 0 1255
遇见更好的自我
遇见更好的自我 2020-12-04 01:10
@bot.event
async def on_command_error(ctx, error):
  if isinstance(error, commands.MissingPermissions):
    await ctx.send(f&q         


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