我正在尝试使用python创建一个警报不和谐机器人。除了功能
,没有错误发生,但经过尝试后,机器人也没有输出请注意:闹钟,而不是计时器
cd /mnt/c/FilesForWsl
答案 0 :(得分:0)
如果在try ...中发生错误,则您什么也看不到。尝试以下方法:
try:
await client.wait_for("message", check=check, timeout=time)
await ctx.send("alarm cancelled")
except Exception as e:
print(f"Error: {e}")
if secsleft == 0:
await ctx.send(f"{ctx.guild.default_role} alarm finished")