A Discord Self Bot made with ❤, using discord.js
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.Make sure you have Node.js > v8 installed.
- Clone this repository
git clone https://github.com/snkrsnkampa/Discord-SelfBot.git- Install dependencies
cd Discord-SelfBot && npm install --only=production- Make copies of the following files
settings/config_example.json
settings/credentials_example.jsonand rename them, respectively, to
settings/config.json
settings/credentials.json- Edit the
config.jsonfile 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
}- Run the self bot
node .If you like this project you can ⭐ Star it and show your ❤
Or you can contribute to the project to improve it.
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.