> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flamey.lol/llms.txt
> Use this file to discover all available pages before exploring further.

# Music

> High-quality music playback from YouTube, Spotify, and more.

Turn up the volume with Flamey's advanced music system, featuring lyrics, filters, and a discovery dashboard.

## Commands

<CardGroup cols={2}>
  <Card title="Play" icon="play">
    `/music play [query]`
    Play a song or playlist. If no query is provided, opens the **Discovery Dashboard**.
  </Card>

  <Card title="Control" icon="sliders">
    `/music pause`, `/music resume`, `/music stop`, `/music skip`
    Standard playback controls.
  </Card>

  <Card title="Queue" icon="list-music">
    `/music queue`
    View only the next 10 songs in the queue.
  </Card>

  <Card title="Lyrics" icon="microphone-lines">
    `/music lyrics`
    Fetch lyrics for the current song.
  </Card>
</CardGroup>

## Advanced Features

<AccordionGroup>
  <Accordion title="Discovery Dashboard" icon="compact-disc">
    Run `/music play` without any arguments to open an interactive dashboard.

    * **Trending:** Top charts.
    * **Lo-Fi:** Chill beats for studying/relaxing.
    * **Gaming:** High-energy tracks.
    * **Search:** Interactive button search.
  </Accordion>

  <Accordion title="Looping" icon="repeat">
    Cycle your favorite tracks.

    * `/music loop track`: Repeat the current song.
    * `/music loop queue`: Repeat the entire queue.
    * `/music loop off`: Disable looping.
  </Accordion>

  <Accordion title="Seek & Volume" icon="knob">
    * `/music seek [time]`: Jump to a specific timestamp (e.g., `1:30`).
    * `/music volume [0-200]`: Boost the volume up to 200%.
  </Accordion>
</AccordionGroup>

<Warning>
  You must be in a Voice Channel to use music commands!
</Warning>
