A simple nuke bot by Najuaircrack
⚠ For educational purposes only! ⚠
Nukebot is a Python-based Discord bot designed for educational purposes. Its primary function is to demonstrate how to quickly delete channels, roles, and perform other administrative actions on a Discord server. Please use this bot responsibly and only on servers where you have explicit permission.
- 🚀 Fast execution of administrative commands.
- 💥 Bulk deletion of channels and roles.
- 🔐 Educational focus — learn about Discord bot automation.
Before running the bot, make sure you have the following installed:
- 🐍 Python 3.x
- 🔑 Discord bot token (Get it from the Discord Developer Portal)
⬇️ First, clone the repo to your local machine:
git clone https://github.com/najuaircrack/nukebot.git
cd nukebot
📦 Install the necessary Python packages:
pip install -r requirements.txt
🔑 Before running the bot, update your bot token:
- Open the `main.py` file.
- Scroll to the last line.
- Replace `YOUR_BOT_TOKEN_HERE` with your actual bot token.
Once everything is set up, you can run the bot on any platform.
python main.py
python3 main.py
This project is for educational purposes only. Misusing this bot can lead to bans or legal consequences. Use responsibly, and only on servers where you have explicit permission. Nukebot is not responsible for any damages or misuse.
🚀 Enjoy learning and stay ethical! 😎