Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 712 Bytes

File metadata and controls

31 lines (22 loc) · 712 Bytes

Discord Checker Bot

A fast and efficient Discord checker bot that provides real-time user and server data checking with powerful commands like:

  • +fullcheck — Perform a complete analysis of a Discord user or token.
  • +topma — View top mutual activities or accounts.

🚀 Features

  • Fast user/token validation
  • Lightweight and optimized
  • Easy to host and configure
  • Supports multiple commands
  • Built with Discord.js

📦 Installation

git clone https://github.com/b1lal4real/Atlas-Checker
cd Atlas-Checker
npm install

## ⚙️ Configuration

Create a `config.json` file in the root directory with the following:

```json
{
  "token": "YOUR_DISCORD_BOT_TOKEN",
  "prefix": "+"
}