Add comprehensive music system documentation to the guide
Document the new music system, including its commands and features, in the replit.md file. Replit-Commit-Author: Agent Replit-Commit-Session-Id: aed2e46d-25bb-4b73-81a1-bb9e8437c261 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: ac3837f1-674c-4f7c-b7ef-9410032b1ee7 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/aed2e46d-25bb-4b73-81a1-bb9e8437c261/Mc7EIoi Replit-Helium-Checkpoint-Created: true
This commit is contained in:
parent
ba1d4c90da
commit
761ab8efa0
1 changed files with 23 additions and 0 deletions
23
replit.md
23
replit.md
|
|
@ -64,6 +64,29 @@ Users can spend their XP on items configured by server admins.
|
|||
| Boosts | Temporary XP multipliers |
|
||||
| Custom | Server-specific rewards |
|
||||
|
||||
### 6. Music System
|
||||
Full-featured music player using discord-player.
|
||||
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `/music play` | Play a song or playlist (YouTube, Spotify, SoundCloud) |
|
||||
| `/music skip` | Skip the current track |
|
||||
| `/music stop` | Stop playback and clear queue |
|
||||
| `/music pause` | Pause the current track |
|
||||
| `/music resume` | Resume playback |
|
||||
| `/music queue` | View the current queue |
|
||||
| `/music nowplaying` | Show currently playing track with progress bar |
|
||||
| `/music volume` | Adjust volume (0-100) |
|
||||
| `/music shuffle` | Shuffle the queue |
|
||||
| `/music loop` | Set loop mode (off/track/queue) |
|
||||
|
||||
**Features:**
|
||||
- Supports YouTube, Spotify, SoundCloud, Apple Music
|
||||
- Automatic queue management
|
||||
- Now playing embeds with thumbnails
|
||||
- Progress bar display
|
||||
- Automatic disconnect after queue ends
|
||||
|
||||
---
|
||||
|
||||
## Security & Moderation
|
||||
|
|
|
|||
Loading…
Reference in a new issue