标签: python discord discord.py
如何将主命令中的参数发送给错误处理程序? 例如:
@bot.command() async def command(ctx, param): # code @command.error async def err(ctx, err): # somehow get the value of param