# Commands

- [Documentation](https://musibeth.gitbook.io/bot/docs/commands.md): Complete list of Musibeth's Commands divided by categories
- [Music](https://musibeth.gitbook.io/bot/docs/commands/music.md): Give life to your server by bringing music from Musibeth
- [Clear](https://musibeth.gitbook.io/bot/docs/commands/music/clear.md): Clear the current server queue
- [Leave](https://musibeth.gitbook.io/bot/docs/commands/music/leave.md): Leaves voice channel if in one
- [Loop](https://musibeth.gitbook.io/bot/docs/commands/music/loop.md): Loop the current playing track
- [Lyrics](https://musibeth.gitbook.io/bot/docs/commands/music/lyrics.md): Get lyrics of the current or specified track
- [Move](https://musibeth.gitbook.io/bot/docs/commands/music/move.md): Move a specific track in the queue
- [Now](https://musibeth.gitbook.io/bot/docs/commands/music/now.md): Show the current playing track info
- [Pause](https://musibeth.gitbook.io/bot/docs/commands/music/pause.md): Pause the current playing track
- [Play](https://musibeth.gitbook.io/bot/docs/commands/music/play.md): Play any track or playlist from YouTube
- [Queue](https://musibeth.gitbook.io/bot/docs/commands/music/queue.md): Display the current server queue
- [Reload](https://musibeth.gitbook.io/bot/docs/commands/music/reload.md): Reload the music player to fix bugs
- [Remove](https://musibeth.gitbook.io/bot/docs/commands/music/remove.md): Remove a specific track from queue
- [Removedupes](https://musibeth.gitbook.io/bot/docs/commands/music/removedupes.md): Remove duplicate tracks from queue
- [Removeidle](https://musibeth.gitbook.io/bot/docs/commands/music/removeidle.md): Remove idle users tracks from queue
- [Resume](https://musibeth.gitbook.io/bot/docs/commands/music/resume.md): Resume the current paused track
- [Shuffle](https://musibeth.gitbook.io/bot/docs/commands/music/shuffle.md): Shuffle the current server queue
- [Skip](https://musibeth.gitbook.io/bot/docs/commands/music/skip.md): Skip the current playing track
- [Skipto](https://musibeth.gitbook.io/bot/docs/commands/music/skipto.md): Skip to a specific track in the queue
- [Spotify](https://musibeth.gitbook.io/bot/docs/commands/music/spotify.md): Play a song from a user's Spotify activity
- [Volume](https://musibeth.gitbook.io/bot/docs/commands/music/volume.md): Adjust or display track volume
- [Fun](https://musibeth.gitbook.io/bot/docs/commands/fun.md): Some basic commands to put a smile on your face
- [Die](https://musibeth.gitbook.io/bot/docs/commands/fun/die.md): Roll a die
- [Flip](https://musibeth.gitbook.io/bot/docs/commands/fun/flip.md): Flip a coin
- [Gamer](https://musibeth.gitbook.io/bot/docs/commands/fun/gamer.md): Get your gamer rate
- [Meme](https://musibeth.gitbook.io/bot/docs/commands/fun/meme.md): Get a random meme
- [Quote](https://musibeth.gitbook.io/bot/docs/commands/fun/quote.md): Get a random quote
- [RPS](https://musibeth.gitbook.io/bot/docs/commands/fun/rps.md): Rock, paper, scissors? Let's play together
- [Config](https://musibeth.gitbook.io/bot/docs/commands/config.md): Customise Musibeth to the max and make it unique on your server
- [Blacklist](https://musibeth.gitbook.io/bot/docs/commands/config/blacklist.md): Manage the bot blacklist for the current server
- [Giveaway](https://musibeth.gitbook.io/bot/docs/commands/config/giveaway.md): Manage the giveaways for the current server
- [Prefix](https://musibeth.gitbook.io/bot/docs/commands/config/prefix.md): Set a custom prefix for the current server
- [Setmusic](https://musibeth.gitbook.io/bot/docs/commands/config/setmusic.md): Manage the music setting for the current server
- [Welcome](https://musibeth.gitbook.io/bot/docs/commands/config/welcome.md): Set or reset the settings for the welcome announcer
- [Utility](https://musibeth.gitbook.io/bot/docs/commands/utility.md): Some commands that can simplify your Discord experience
- [Say](https://musibeth.gitbook.io/bot/docs/commands/utility/say.md): Send a message in the current or specified channel
- [Serverinfo](https://musibeth.gitbook.io/bot/docs/commands/utility/serverinfo.md): Return the current serverinfo
- [Translate](https://musibeth.gitbook.io/bot/docs/commands/utility/translate.md): Translate texts in the specified language
- [Userinfo](https://musibeth.gitbook.io/bot/docs/commands/utility/userinfo.md): Return the own or another userinfo
- [Info](https://musibeth.gitbook.io/bot/docs/commands/info-1.md): Some basic commands with information about Musibeth
- [Bug](https://musibeth.gitbook.io/bot/docs/commands/info-1/bug.md): Return the bug report form
- [Contact](https://musibeth.gitbook.io/bot/docs/commands/info-1/contact.md): Send a message to the bot owner
- [Donate](https://musibeth.gitbook.io/bot/docs/commands/info-1/donate.md): Return the bot donation link
- [Help](https://musibeth.gitbook.io/bot/docs/commands/info-1/help.md): Return all commands or one specific command info
- [Info](https://musibeth.gitbook.io/bot/docs/commands/info-1/info.md): Return the main bot info
- [Invite](https://musibeth.gitbook.io/bot/docs/commands/info-1/invite.md): Return the bot invite link
- [Links](https://musibeth.gitbook.io/bot/docs/commands/info-1/links.md): Return the main bot links
- [Ping](https://musibeth.gitbook.io/bot/docs/commands/info-1/ping.md): Return the client and message latency
- [Stats](https://musibeth.gitbook.io/bot/docs/commands/info-1/stats.md): Return the bot stats
- [Support](https://musibeth.gitbook.io/bot/docs/commands/info-1/support.md): Return the support live chat link
- [ToS](https://musibeth.gitbook.io/bot/docs/commands/info-1/tos.md): Return the Musibeth's Terms of Service


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://musibeth.gitbook.io/bot/docs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
