Skip to content

kerser/SharpBot

 
 

Repository files navigation

SharpBot

SharpBot is an ever-expanding selfbot for Discord.js v11 with mostly utilitarion commands, but also a few fun 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

If you have NPM but not yarn, please install it. Yarn is faster and more reliable.

Installing

git clone https://github.com/Rayzr522/SharpBot.git
cd SharpBot
yarn
  • Rename config.json.example in the src folder to config.json
  • Edit config.json and enter your user-token

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

Running

Assuming you have set up the config file with the user-token, just do yarn start to run the bot.

Getting your user-token

  1. 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

  1. At the top, click on the arrow pointing to the right
  2. Click Application
  3. Go to Local Storage under the Storage section
  4. Click on https://discordapp.com
  5. At the bottom of the list, the last key should be token
  6. Copy the value on the right side (omitting the quotes)

Just a note, instead of yarn you could do npm install, but I use yarn because it is much faster and a lot more stable. I would HIGHLY suggest you use it.

Credits

The bot was originally a modified version of [eslachance's djs-selfbot-v9](here, 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.

Discord Badge

About

A Discord.js self-bot written by Rayzr

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%