TypeR is a POC discord nuking bot. This is an older project, I'm only open sourcing it to prove I have JS experience.
TypeR responds to the following commands;
dc
: Delete all channelsdr
: Delete all roles.cr <amount>
: Creates roleska
: Kicks all usersba
: Bans all usersmp <amount>
: Mention@everyone
in each channeldw
: Delete all webhooks.kb
: Kicks all bots.bb
: Bans all botsk <role name>
: Kicks by roleb <role name>
: Bans by rolemc <amount> [-v, -r]
: Creates channels. Add-v
for voice channels or-r
for rand.nuke <channelsAmount> <mentionsAmount>
: Self explanself
: Create a special role for the user in config.ini and assign it
- Node.js (v18.0.0 or later)
- npm (Node Package Manager)
-
Clone the Repository
git clone <https://github.com/dutchpsycho/TypeR> cd <TypeR>
-
Run the Installer Script
This script sets up the configuration file and installs all necessary dependencies.
./installer.sh or double click Installer.bat file if you're on Windows.
-
Configure the Bot
Edit the
config.ini
file to include your bots token and settings.[settings] prefix=ur prefix (!) token=ur token operators=ur userid
-
Start the Bot
Run the following command to start TypeR.
./TypeR.sh or double click TypeR.bat if you're on Windows.
WARNING: This bot is intended for educational and ethical purposes only. Misuse of this bot, including deploying it on servers without proper authorization, can lead to severe consequences and is against Discord's TOS.