【发布时间】:2021-11-09 08:11:49
【问题描述】:
我正在制作一个不和谐的机器人 我想根据之前嵌入的颜色向机器人发送一些特定的消息
if (message.channel.id == channelid):
embeds = message.embeds
for embed in embeds:
if embed.color == 0x088AFB:
await message.channel.trigger_typing()
await message.channel.send("ub")
这是我的代码 当我运行它时,机器人也不会给出任何错误 但它也不会发送我想要的东西
【问题讨论】:
标签: python discord.py