自6个小时以来,我一直在诚恳地寻找它,却找不到任何东西...添加表情符号作为反应时,如何掌握表情符号的ID?这是我的代码:
@commands.command()
async def reaction_on_message(self, ctx, channel: discord.TextChannel, message_id, emoji):
message = await channel.fetch_message(message_id)
print(emoji)
#reaction_id = emoji.emoji.id
await message.add_reaction(emoji)
答案 0 :(得分:0)
首先,表情符号实际上并没有id,根据我的假设,如果您想返回this.$refs.chart
会产生咧嘴笑。为此,我将使用discordhelp library中的:grinning:
。