Small tool to get a list of users who reacted to a message
Useful for giveaways, checks, or pulling reaction data
Works without a bot, using a user token
- Collects users from all reactions on a message
- Supports multiple emojis
- Removes duplicates automatically
- Saves result to a
.txtfile
- Python 3.10+
discord.py-self(not regular discord.py)
Install the correct library:
pip uninstall discord -y
pip install discord.py-selfRun the script:
python hello.py
TOKEN — your discord user token
CHANNEL_ID — target channel ID
MESSAGE_ID — message ID with reactions
after it finishes a file will be created (reactions_<MESSAGE_ID>.txt)
Format:
username | ID
Never share your token with anyone
This project is for educational and personal use
You are responsible for how you use it