I am creating a Discord bot that sends private welcome messages to users that enter my server.
I want to execute some lines of code (I want to add different roles to the users) which differ if the user reacts with those three emojis.
Online I found guides that refer to channel messages only and I don't understand which approach to use with private messages.
Thank you!