Skip to content

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.

Notifications You must be signed in to change notification settings

najuaircrack/DiscordNukebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Nukebot 🚀

A simple nuke bot by Najuaircrack
⚠ For educational purposes only! ⚠

Introduction

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.

Features

  • 🚀 Fast execution of administrative commands.
  • 💥 Bulk deletion of channels and roles.
  • 🔐 Educational focus — learn about Discord bot automation.

Requirements

Before running the bot, make sure you have the following installed:


Installation

Step 1: Clone the repository

⬇️ First, clone the repo to your local machine:

git clone https://github.com/najuaircrack/nukebot.git

Step 2: Cd to Repository

cd nukebot

Step 3: Install dependencies

📦 Install the necessary Python packages:

pip install -r requirements.txt

Step 4: Set up the bot token

🔑 Before running the bot, update your bot token:

  1. Open the `main.py` file.
  2. Scroll to the last line.
  3. Replace `YOUR_BOT_TOKEN_HERE` with your actual bot token.

Running Nukebot

Once everything is set up, you can run the bot on any platform.

💻 Windows:

python main.py

🐧 Linux/macOS:

python3 main.py


⚠ Educational Disclaimer

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! 😎

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages