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.
- Fast user/token validation
- Lightweight and optimized
- Easy to host and configure
- Supports multiple commands
- Built with Discord.js
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": "+"
}