Skip to content

My custom-made selfbot for discord. Based on Jigsaw and NintbotForDiscord.

License

Notifications You must be signed in to change notification settings

nint8835/DiscordSelfBot

Repository files navigation

DiscordSelfBot

Docker Installation

  1. Clone repository
    git clone https://github.com/nint8835/DiscordSelfBot.git
  2. Copy the existing config file
    cd DiscordSelfBot
    cp template_config.json config.json
  3. Edit the config file
    • Replace YOUR EMAIL HERE with the email address used to register your Discord account
    • Replace YOUR TOKEN HERE with your Discord token. You can retrieve this using part one of this guide.
  4. Build the Docker image
    docker build --tag discordselfbot .
  5. Start the Docker container
    docker run -d --rm --name discordselfbot discordselfbot
  6. Stop the bot when you are done
    docker container stop discordselfbot

About

My custom-made selfbot for discord. Based on Jigsaw and NintbotForDiscord.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published