discord.py “error.retry_after” returns a float; I want it in hour:minute:second format

前端 未结 0 1619
南方客
南方客 2020-12-21 10:41

@bot.event async def on_command_error(message, error): if isinstance(error, commands.CommandOnCooldown): await message.channel.send(f\'This command is not ready to use, try

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