NatpakalJAM / SharpBot

A Discord.js selfbot written by Rayzr - 60 second installation!

Home Page:https://git.io/sharpbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SharpBot

Patreon Discord Badge

SharpBot is an ever-expanding Discord selfbot powered by Discord.js that has a bunch of fun and useful commands. From automating boring tasks with shortcuts to fetching a random cat picture from the internet, SharpBot has it all! Features include Google searching, fetching extended information about users and servers, dice rolls, quoting messages, setting your game, shortening URLs, keeping track of your todo list, embedding messages, generating memes, and so much more!

Yes, selfbots are officially banned. However, you can see my stance on the topic here.

SharpBot installer GIF

Table of contents

Usage

Requirements

If you want a simple reason to use yarn instead of npm, 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

  1. Open the Discord application
  2. 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)

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.

Discord Badge

This README.md has super cow powers.

About

A Discord.js selfbot written by Rayzr - 60 second installation!

https://git.io/sharpbot

License:MIT License


Languages

Language:JavaScript 99.6%Language:Batchfile 0.4%