Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
@bot.command()
async def test(ctx):
emb = discord.Embed(title="Пример", description="Реакция на это сообщение", color=0xff7c00) # содержимое сообщения
msg = await ctx.send(embed=emb) # отправляем сообщение
await msg.add_reaction("") # добавляем реакцию на сообщение (в скобках смайлик)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question