SharpBot is an ever-expanding Discord selfbot written with discord.js that has a bunch of fun and useful commands.
If you're worried about getting banned or otherwised punished by Discord for using a selfbot, or you just haven't read the rules yet, see here.
git
(Windows | Linux | macOS)node
(Windows | Linux | macOS) (make sure to get v8)yarn
(Windows | Linux | macOS)
If you want a simple reason to use
yarn
instead ofnpm
, see here.
For those of you running Linux/Unix, this nifty little command should do everything for you:
bash -c "$(curl -fsSL https://rawgit.com/RayzrDev/SharpBot-installer/master/install.sh)"
# ============================================================
# === DO NOT DOWNLOAD THE BOT AS A ZIP FILE, USE GIT CLONE ===
# ============================================================
# Download the bot
git clone https://github.com/RayzrDev/SharpBot.git
# Enter the bot folder
cd SharpBot
# Install dependencies
yarn install
Now run yarn start
to start the bot.
Note: The first time you start the bot you will enter the setup wizard. It takes just a few seconds to enter the needed information, and it sets up the bot for you.
Minor updates can be acquired by running //exec git pull
in Discord to run the git pull
command on your computer. Some updates, however, change too much to be updated like that, and instead you must do the following commands in your terminal/command prompt:
# Go to the SharpBot folder
cd path/to/SharpBot
# Pull in any changes
git pull
# Install new dependencies
yarn install
# Go to the SharpBot folder
cd path/to/SharpBot
# Start the bot up
yarn start
- Open the Discord application
- Hit
CTRL+SHIFT+I
(CMD+ALT+I
on macOS) to bring up the Developers Console
If you already see the
Application
tab, you can skip step 2
- At the top, click on the arrow pointing to the right
- Click
Application
- Go to
Local Storage
under theStorage
section - Click on
https://discordapp.com
- At the bottom of the list, the last key should be
token
- Copy the value on the right side (omitting the quotes)
The bot was originally a modified version of eslachance's djs-selfbot-v9, but over time I've completely rewritten it. The commands are a compilation of my own work as well as snippets found online.
If you need help with my bot, have a feature to request or just want to chat, you can join my Discord server! If you don't have Discord, don't worry. It only takes a few moments to sign up.