Skip to content

Music Automation Recipes

1. Smart Live Song Recommender (suggest)

{cooldown(5)}
{embed(title):{if({player.playing}==true):šŸŽµ Dynamic Song Recommendation|šŸŽµ Song Suggestion}}
{embed(description):{if({player.playing}==true):Currently Playing: **[{track.title}]({track.uri})** by **{track.author}**
šŸŽ§ **Recommended next for {user.username}:**
šŸ‘‰ {suggest}|No music is currently playing, {user}! Here is a recommended song:
šŸ‘‰ {suggest}}}
{embed(thumbnail):{track.thumbnail}}
{embed(color):0x5865F2}
{embed(footer.text):{if({player.playing}==true):Live recommendations via YouTube Music • {user.username}|Play a song to get live dynamic suggestions!}}

2. Instant Radio Auto-Play (radio)

{cooldown(5)}
{play:{suggest(raw)}}
{embed(title):šŸ“» Instant Radio Mode}
{embed(description):Queued a recommended track for {user.username}:\nšŸ‘‰ **{suggest(raw)}**}
{embed(color):0x57F287}
{embed(footer.text):Radio initiated by {user.username}}

3. Live Player Status HUD (playerinfo)

{cooldown(3)}
{embed(title):šŸ“Š Live Player Status}
{embed(description):{if({player.playing}==true):šŸŽ¶ **Now Playing:** [{track.title}]({track.uri})
šŸ‘¤ **Artist:** {track.author}
ā±ļø **Progress:** {player.positionFormatted} / {track.durationFormatted} *(Remaining: {player.remainingTime})*
šŸ”Š **Volume:** {player.volume}% | šŸ” **Loop:** {player.loop}
šŸ“‘ **Queue:** {player.queueSize} tracks ({player.queueDuration})|āŒ No music is currently playing in this server.}}
{embed(thumbnail):{track.thumbnail}}
{embed(color):0x5865F2}
{embed(footer.text):Requested by {user.username}}

4. Jump Forward 30s (ff)

{cooldown(3)}
{seek:30}
{embed(title):ā© Fast Forward}
{embed(description):Skipped forward 30 seconds on **[{track.title}]({track.uri})**!}
{embed(color):0x3498DB}

5. Rewind 30s (rw)

{cooldown(3)}
{seek:-30}
{embed(title):āŖ Rewind}
{embed(description):Rewound 30 seconds on **[{track.title}]({track.uri})**!}
{embed(color):0x3498DB}

6. DJ Force-Skip (skip)

{cooldown(5)}
{permission(dj):true}
{skip}
{embed(title):ā­ļø Track Skipped}
{embed(description):{user.username} skipped the current track.}
{embed(color):0x2ECC71}

7. Instant Lofi Chill Mode (chill)

{cooldown(10)}
{volume:50}
{filter:clear}
{play:lofi hip hop radio beats to relax}
{embed(title):ā˜• Chill Mode Activated}
{embed(description):Set volume to **50%**, reset audio filters, and queued **Lofi Beats** for {user.username}! šŸŽ‰}
{embed(color):0xFEE75C}
{embed(footer.text):Relax & enjoy the music}

8. Toggle Queue Loop (loopqueue)

{cooldown(3)}
{loop:queue}
{embed(title):šŸ” Queue Loop Enabled}
{embed(description):The current queue will now repeat indefinitely.}
{embed(color):0x5865F2}

9. Clear Queue (clearqueue)

{cooldown(5)}
{permission(dj):true}
{embed(title):šŸ—‘ļø Queue Cleared}
{embed(description):Cleared all waiting tracks from the queue.}
{embed(color):0xE74C3C}

10. Volume Booster (boostvol)

{cooldown(5)}
{permission(dj):true}
{volume:150}
{embed(title):šŸ”Š Volume Boosted}
{embed(description):Set playback volume to **150%**!}
{embed(color):0xE67E22}