https://github.com/ah4ddd/aresmusichaos
A powerful Discord music bot with chaos admin controls. Built with Discord.js and DisTube.
https://github.com/ah4ddd/aresmusichaos
admin-bot bot command-handler discord discord-js distubejs fun javascript music-bot-discord nodejs open-source selfhosted spotify voice-chat-bot youtube yt-dlp
Last synced: 2 months ago
JSON representation
A powerful Discord music bot with chaos admin controls. Built with Discord.js and DisTube.
- Host: GitHub
- URL: https://github.com/ah4ddd/aresmusichaos
- Owner: ah4ddd
- Created: 2025-07-10T09:13:13.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-11T07:07:36.000Z (11 months ago)
- Last Synced: 2025-07-11T10:51:23.311Z (11 months ago)
- Topics: admin-bot, bot, command-handler, discord, discord-js, distubejs, fun, javascript, music-bot-discord, nodejs, open-source, selfhosted, spotify, voice-chat-bot, youtube, yt-dlp
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ARES Music Chaos Bot 🎶
ARES is a powerful, feature-rich Discord music bot with a chaotic twist.
It streams music from YouTube, provides easy text commands, and even includes "chaos mode" admin tools for server nuking (if you're feeling *evil*).
Built with:
- Node.js
- discord.js v14
- DisTube with yt-dlp integration
- Express (for keep-alive pings on free hosts)
---
## ✨ Features
✅ Play music from YouTube (URLs or search terms)
✅ Pause / Resume / Stop / Skip
✅ Queue listing
✅ Volume control
✅ Loop single song or entire queue
✅ Autoplay and shuffle
✅ Lyrics fetcher
✅ Admin-only "Chaos Mode" commands for fun or mayhem
---
## 🎛️ Music Commands
Type these in any text channel the bot can see:
| Command | Description |
|-------------------|---------------------------------------------|
| `!play ` | Search/play song from YouTube |
| `!pause` | Pause playback |
| `!resume` | Resume playback |
| `!stop` | Stop and clear queue |
| `!skip` | Skip to next track |
| `!volume <0-100>` | Set playback volume |
| `!loop` | Toggle loop modes (off/song/queue) |
| `!autoplay` | Toggle autoplay on/off |
| `!shuffle` | Shuffle the current queue |
| `!queue_list` | Display current queue |
| `!lyrics` | Fetch lyrics for the currently playing song |
---
## ☠️ Chaos Mode (Owner Only)
ARES has "admin-only" destructive commands for prank servers or testing:
| Command | Description |
|--------------------------|------------------------------------------------|
| `!nuke ` | Deletes all channels, renames server, spams new channels |
| `!killall` | Bans all members (except the owner) |
| `!rename ` | Renames the server |
| `!spam ` | Mass-spams all channels with a message |
| `!deletechannels` | Deletes all channels |
| `!massdm ` | Mass-DMs all users in the server |
> ⚠️ Use responsibly. Or not 😈
---
## ⚙️ Setup and Deployment
### 1️⃣ Clone this repository
```bash
git clone https://github.com/ah4ddd/aresmusichaos.git
cd aresmusichaos
⚠️ Disclaimer
This bot includes destructive admin commands.
Use responsibly. Always comply with Discord's Terms of Service.