T
T
TolaF2020-05-19 09:35:26
Bots
TolaF, 2020-05-19 09:35:26

How to make the bot put certain emojis in the message?

How can I make the bot add certain emoji to my message?
Example:5ec37dc89640b069529304.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dream, 2021-05-20
@dreameddd

@bot.command()
async def test(ctx):
    emb = discord.Embed(title="Пример", description="Реакция на это сообщение", color=0xff7c00) # содержимое сообщения
    msg = await ctx.send(embed=emb) # отправляем сообщение
    await msg.add_reaction("") # добавляем реакцию на сообщение (в скобках смайлик)

60a6b6544f8cc409331400.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question