SharpBot is an ever-expanding Discord selfbot written with discord.js that has a bunch of fun and useful commands.
FAQ
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.
Table of contents
Usage
Requirements
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
yarninstead ofnpm, see here.
Installing
Linux & macOS quick-installer
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)"
Normal installation
# ============================================================ # === 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.
Updating
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
Running
# Go to the SharpBot folder cd path/to/SharpBot # Start the bot up yarn start
Getting your user-token
- Open the Discord application
- Hit
CTRL+SHIFT+I(CMD+ALT+Ion macOS) to bring up the Developers Console
If you already see the
Applicationtab, you can skip step 2
- At the top, click on the arrow pointing to the right
- Click
Application - Go to
Local Storageunder theStoragesection - 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)
Credits
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.
Join Me
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.


