This is a simple Discord bot that can be used to destroy a server in under 10 seconds.
- Clone the repository:
git clone https://github.com/LukeTheNuke64/Simple-Nuke-Bot.git
- Install the required dependencies:
pip install discord.py
-
Replace the
BOT_TOKENvariable with your own Discord bot token. -
Customize the bot to your preference.
-
Run the bot:
python main.py
The bot has the following commands:
!delete: Deletes all channels in the server.!ban: Bans all members in a server (excluding the bot and whitelisted users).!start: Deletes all channels, creates new channels, and spams a message in each channel.!forcestop: Stops the bot by shutting it down.
Note that the !start command can create a large number of channels and send a lot of messages, which may cause issues with Discord's rate limiting. Use this command with caution.