【发布时间】:2020-12-13 13:36:28
【问题描述】:
if message.content.startswith('/overview'):
embed = discord.Embed(title='**Overview**', description='This is a Overview for the Service! (easier then the manual methode)', color=16769251)
embed.add_field(name='Create an Offer:', value='React on ✉️ to Create an own Offer')
mess = await message.channel.send(embed=embed)
await mess.add_reaction('✉️')
我用它来发送带有✉️ 的嵌入作为反应。
现在我希望,如果您做出反应,机器人会在同一频道中发送一个新的嵌入。
【问题讨论】:
-
当您尝试这样做时究竟是什么问题?
标签: python encoding discord bots