YouTube - https://youtube.com/@LuckyCoderYT
Discord - https://dsc.gg/luckycoder
-
Clone the repository:
git clone https://github.com/fearlessxd123/Ultimate-Nuker.git
-
Install dependencies:
npm install
-
Set up configuration:
-
Create a
config.json
file in the root directory. -
Add your bot token and other configurations:
{ "token": "YOUR_BOT_TOKEN", "prefix": "!", "channelCount": 5, "channelName": "spam-channel", "spamMessage": "This is a spam message.", "messagesPerChannel": 10, "whitelistedServers": [], "auctionLogChannelId": "YOUR_AUCTION_LOG_CHANNEL_ID" }
token
: Your Discord bot token (obtainable from the Discord Developer Portal)prefix
: Command prefix for your bot (!
by default)channelCount
: Number of channels to create during nukingchannelName
: Base name for the created channels during nukingspamMessage
: Message to spam in each channel during nukingmessagesPerChannel
: Number of spam messages per channelwhitelistedServers
: Array of server IDs where commands are disabledauctionLogChannelId
: Channel ID where auction logs will be displayed
-
-
Start the bot:
npm start
Your bot should now be online and operational on Discord.
- !ping: Check bot latency.
- !uptime: Check bot uptime.
- !nuke: Initiate a nuke process on a selected server.
- !logs: View auction logs in a specified channel.
- Ping & Uptime: Basic commands to check bot responsiveness and uptime.
- Nuke Command: Allows users to select a server and perform a simulated "nuke" action:
- Deletes all channels, creates new channels, spams messages, and performs other actions.
- Logs the nuke completion in the specified log channel (
auctionLogChannelId
).
- Logs Command: Allows users with
ADMINISTRATOR
permissions to view recent auction logs.
Contributions are welcome! Please fork the repository and submit pull requests to suggest improvements or fixes.