Skip to content

aaronminkov/Discord-SelfBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Self Bot

A Discord Self Bot made with ❤, using discord.js

GitHub release Dependencies license

What is a self bot?
Using a Discord user account (your own Discord account) as a bot, that only responds to your own commands, is a self bot.

- DISCLAIMER -
DON'T come to me if you get banned for using a self bot.

Get started

Make sure you have Node.js > v8 installed.

  1. Clone this repository
git clone https://github.com/snkrsnkampa/Discord-SelfBot.git
  1. Install dependencies
cd Discord-SelfBot && npm install --only=production
  1. Make copies of the following files
settings/config_example.json
settings/credentials_example.json

and rename them, respectively, to

settings/config.json
settings/credentials.json
  1. Edit the config.json file and customize as per your requirements
{
    "prefix": "/",
    "status": "online", /* online / idle / dnd / invisible */
    "activity": {
      "name": "", /* Your game text */
      "type": "" /* WATCHING / LISTENING / PLAYLING */
    }
}

Edit the credentials.json file and customize as per your requirements

{
    "clientID": "", // Your ID
    "token": "" // Your token
}
  1. Run the self bot
node .

Supporting the project

If you like this project you can ⭐ Star it and show your ❤
Or you can contribute to the project to improve it.

Contact me

If you'd like to contact me, you can visit my website: https://sankarsankampa.com.
Or you can find me on Discord as k3rn31p4nic#8383 in the Bastion Bot: Discord Server.

About

A Discord Self Bot made with love, using discord.js

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors