Explore the docs »
Report Bug
·
Request Feature
Table of Contents
Untitled Nuker is multifunctional and feature-rich bot for destroying discord servers
Nuke Server
Ban Everyone
Kick Everyone
Rename Everyone
DM Everyone
Spam To All Channels
Delete All Channels
Delete All Roles
Spam With Channels
Spam With Roles
Edit Server Icon
Edit Server Name
Get Admin Role
Custom activity
Whitelisting
And some more features
To get a local copy up and running follow these simple steps.
- You need to install Python, you can donwnload it here
- You need discord bot account with intents enabled
- Make sure you're logged on to the Discord website.
- Navigate to the application page.
- Click on the "New Application" button.
- Give the application a name and click "Create".
- Create a Bot User by navigating to the "Bot" tab and clicking "Add Bot".
- Click "Yes, do it!" to continue.
- If you want others to be able to invite your bot tick the Public Bot. Keeping it unticked will prevent others from inviting your bot to their servers and only you will be able to add the bot to servers (provided that you have needed permissions in the server you want to add the bot to).
- Make sure Require OAuth2 Code Grant is unchecked.
- Copy the token using the "Copy" button.
- Navigate to the application page.
- Click on the bot you want to enable privileged intents for.
- Navigate to the bot tab on the left side of the screen.
- Scroll down to the "Privileged Gateway Intents" section, enable all privileged intents and save your changes.
If you use windows, you can simply run UntitledNuker.exe
Or you can follow next steps:
- Clone the repo
git clone https://github.com/ICEGXG/UntitledNuker
- Move to the source directory:
cd UntitledNuker/src
- Install Python packages
pip install -r requirements.txt
Run the UntitledNuker.py
file using py -3 UntitledNuker.py
, or run UntitledNuker.exe
At the first launch bot will ask you for:
- Bot token
- Prefix
- Owner's discord ID
- Whitelist enabling
Next times bot will run immediately.
After starting you can use the !help command (Change !
to your prefix), being on the same server as the bot (Or into PM). Bot will send you all the available commands.
- Fixed error when launching using source code
- Added option to enable/disable logging via discord.py
- Removed useless parts of the code
Distributed under the MIT License. See LICENSE.txt for more information.
Use for educational purposes only
Project Link: https://github.com/ICEGXG/UntitledNuker