10.4.19 • Published 5 years ago

discord-token-shield v10.4.19

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

1 2 3 4

url

Protect Your Discord Token

Discord-Token Shield

Installation

$ npm i discord-token-shield

Configuration

Create a file, paste this code, and run the file.

var shield = require('discord-token-shield');

shield.SetToken("YOUR-BOT'S-TOKEN");

Usage

Functions: ChangeToken(), GetToken(), Login(), SetToken(), Destroy(),

Applying Package To App

Find Every 'client.login()' and 'bot.login()' function in your app and replace it with this
var shield = require('discord-token-shield');
shield.Destroy();
shield.Login();

Or

var shield = require('discord-token-shield');
client.destroy();
client.login(shield.GetToken());

For Instructions For Getting Your User Token Scroll Down To The Bottom

Paste The Following Code In Your Bot's Main File To Boost The Startup Time, Delete Most of Your 'bot.on('ready', () => ...' listeners.

WARNING: Install pm2 or forever and start your bot with either or the bot

will crash at the end of this code.

Change Token Usage

var shield = require('discord-token-shield');

shield.ChangeToken("YOUR_USER_TOKEN", "BOT'S_CLIENT_ID");

process.exit();

GetToken Usage

var shield = require('discord-token-shield/token');

shield.GetToken();

Obtaining Your User Token

A User Token Is Required For This Package To Work

Step 1:
Click On This Link: https://discordapp.com/login and login
Step 2:
Hit Ctrl + Shift + j or right click, select 'Inspect'. Navigate To The 'Network' Tab
Step 3:
Reload then, Type '/api' (without the quotes) into the filter search box
Step 4:
Click 'Applications'
Step 5:
Select The 'Headers' Tab
Step 6:
Find Where It Says 'Authorization: ' and your USER TOKEN will be right behind it. REMEMBER! NEVER TELL YOUR USER TOKEN TO ANYONE!
If You Are Having Problems With This See https://discordhelp.net/discord-token
More Packages By Brahaha#3536:
Node-Cario Cario Node-Sudo Discord-Token-Shield
10.4.19

5 years ago

10.4.18

5 years ago

10.4.16

5 years ago

10.4.13

5 years ago

10.4.12

5 years ago

10.4.9

5 years ago

10.4.8

5 years ago

10.4.7

5 years ago