R
R
RageLord2021-09-21 16:38:12
Python
RageLord, 2021-09-21 16:38:12

How to make the bot leave a reaction under each post in the selected channel?

Please help with a function in discord.py: the bot should put a certain emoji in the reaction for each message in the channel I have chosen.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Konev, 2021-09-21
@RageLord

Use the on_message event:

@bot.event
async def on_message(message)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question