【发布时间】:2021-07-23 19:31:00
【问题描述】:
因此,当用户发送消息时,我希望我的机器人向该频道发送带有表情符号的消息
到目前为止,我已经能够将其发送到特定频道,但之后我无法将消息发送到已删除邮件的任何频道。
也许我只是不知道属性。
提前感谢所有帮助!
@bot.event
async def on_message_delete(ctx):
if ctx.author.id != 835676293625282601:
author = ctx.message.author
del_msg = await channel.send(":eyes:")
await author.send(del_msg)
await asynciaito.sleep(10)
await del_msg.delete()
【问题讨论】:
-
在问题的描述或标题中提及这是针对不和谐机器人的一个好主意。不是每个人都会看标签。
标签: python discord discord.py