A simple Discord self-bot with 100 commands, configurable via a .env file. Perfect for automating tasks on Discord using your own account.
- 100 ready-to-use commands
- Easy setup with
.envconfiguration - Lightweight and fast
- Ideal for personal Discord automation
Before running the bot, make sure you have:
- Node.js installed (v16 or higher recommended)
- A Discord account token (from your account settings)
⚠️ Warning: Self-bots are against Discord's Terms of Service. Use at your own risk.
Follow these steps to get your self-bot running:
-
Install dependencies npm install
-
Configure the .env file
Create a file named .env in the root directory and add your Discord token:
TOKEN=your_discord_token_here
Replace your_discord_token_here with your actual Discord token.
- Run the bot node index.js
Once running, your bot will be ready to use all 100 commands.