A Discord Python Selfbot to put reactions on messages.
Designed specifically to annoy all your friends.
- Proxy support
- Message queue to avoid rate limits
- Random delay between reactions
You have to understand that selfbots are against Discord TOS, and there is a great chance your account will get terminated using one.
- uv - Fast Python package manager
- Clone the repository
git clone https://github.com/Z1xus/self-reaction-bot
- Install dependencies with uv
uv sync
- Configure your .env
# proxy configuration (in case you get rate limited)
USE_PROXY=False
PROXY=http://localhost:8080
# channel ids where the bot listens for messages (comma-separated)
ALLOWED_IDS=1234567890123456789
# reactions list in unicode, emoji and escape formats (comma-separated)
REACTIONS=🇧,🇮,🇹,🇨,🇭
# random delay range in seconds
MIN_DELAY=1
MAX_DELAY=5
# your discord user token, see https://www.androidauthority.com/get-discord-token-3149920/
USER_TOKEN=
- Run it
uv run main.py
Tip
You can find all Discord emojis and copy them from https://emojipedia.org/discord