- MongoDB Connection
- Anti Role Create/Delete/Update
- Anti Bot Add
- Anti Channel Create/Delete/Update
- Anti Webhook Create/Delete/Update
- Anti Kick
- Anti Ban
- Anti Guild Update (Stickers and Emojis)
- Recovery of Channels And Roles
- Slash Command (Base, Group, Sub)
- Whitelist With Categories
- Owner Level Whitelist
- Log Channel
Requirements
- Node.js v16+ Download Node.js
- Discord Bot Token Bot Token Guide
- MongoDB Download MongoDB (Download & install = Finish!)
git clone https://github.com/grdAyush/Antinuke-bot
cd Antinuke-bot
npm install or bun install
Configuration
Copy or Rename .env.example
to .env
and fill out the values:
# Bot
TOKEN=REPLACE_HERE
EMBED_COLOR=#000001
# Dev
OWNER_ID=REPLACE_HERE
# Database
MONGO_URI=
# Webhook Logs Link
error=
join=
leave=
After installation, run the bot using:
npm run start or bun run start
Commands
Note: The default prefix is '/'
👮♂️ Antinuke
- Enable (/antinuke enable [category])
- Disable (/antinuke disable [category])
- LogChannel (/antinuke channel [channel])
- Settings (/antinuke settings)
- Whitelist Add (/antinuke whitelist add [user] [category])
- Whitelist Remove (/antinuke whitelist remove [user] [category])
- Whitelist Owner (/antinuke whitelist owner [user] [choice(add/remove)])
- Whitelist Show (/antinuke whitelist show [category])
💬 Utility
- Ping (/ping)
- Help (/help)
💎 Premium Commands!
- Generate (/premium generate [plan] [amount]) // (OWNER ONLY)
- Redeem (/redeem [code])
- Remove (/premium remove [mention]) // (OWNER ONLY)