【发布时间】:2021-08-24 16:36:11
【问题描述】:
我正在用 Python 编码,最近开始编码。我用 Python 创建了超级简单的发条迷你机:
if message.content.startswith("Clock"):
await message.channel.send("3")
time.sleep(1)
await message.channel.send("2")
time.sleep(1)
await message.channel.send("1")
但现在我想让机器人自动删除以前的消息,所以看起来单个消息变成了 3、2、1
真诚的感谢,
亚伦
【问题讨论】: