Как сделать добавление реакции к ембед сообщению?
у меня есть такой код:
@client.command()
@commands.has_permissions(administrator=True)
async def notification(ctx, *, text):
date = datetime.now().date().strftime('%d.%m.%y')
channel = client.get_channel(906802938159185932)
embed=discord.Embed(title=f"Новости Discord сервера за {date}", description=text, color=0x2f3136)
await channel.send(embed=embed)
await channel.add_reaction('')
выдает такую ошибку:
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: AttributeError: 'TextChannel' object has no attribute 'add_reaction'
сайт не сохраняет емодзи