Skip to content

Z1xus/self-reaction-bot

Repository files navigation

self-reaction-bot

A Discord Python Selfbot to put reactions on messages.
Designed specifically to annoy all your friends.

preview

CodeFactor

Features:

  • Proxy support
  • Message queue to avoid rate limits
  • Random delay between reactions

Use it on your own risk.

You have to understand that selfbots are against Discord TOS, and there is a great chance your account will get terminated using one.

Requirements:

  • uv - Fast Python package manager

Usage:

  1. Clone the repository
git clone https://github.com/Z1xus/self-reaction-bot
  1. Install dependencies with uv
uv sync
  1. 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=
  1. Run it
uv run main.py

Tip

You can find all Discord emojis and copy them from https://emojipedia.org/discord

About

A Discord Python Selfbot to put reactions on messages

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Languages