def prefix_error(self, ctx, error):
if isinstance(error, commands.TooManyArguments):
await ctx.send("Nya~~! Too many! Go slower or put it in quotes!")
else:
original = getattr(error, 'original', None)
if original:
await ctx.send(original)
评论列表
文章目录