Skip to content

realdarkkenz/Discord-Server-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Token Server Checker

This Node.js project checks whether the Discord tokens listed in tokens.txt are members of a specific server (e.g., GIF GALAXY). It logs the tokens into special.txt if they are in the server, or goods.txt if they are not.

🚀 Features

  • Supports multiple Discord tokens
  • Server name is entered via CMD at runtime
  • special.txt: Tokens that are in the specified server
  • goods.txt: Tokens that are not in the specified server
  • Handles login errors gracefully

🔧 Installation

  1. Make sure you have Node.js installed.
  2. Download or clone this repository.
  3. Install the required package:
    npm install discord.js-selfbot-v13