# Overview

Most of our commands have switched over to slash commands! If your bot's slash commands aren't appearing, follow the steps below carefully:

1. Run `<prefix>invite`. (Example: !invite)
2. Kick the bot from your server.
3. Reinvite the bot using by click on the "Invite this bot!" button.

### Commands

In the tabs below is a list of Vibez (slash) commands with a description.

{% tabs %}
{% tab title="Roblox" %}

| Command      | Description                              |
| ------------ | ---------------------------------------- |
| promote      | Promote a member in your group.          |
| demote       | Demote a member in your group.           |
| setrank      | Change someone's rank in your group.     |
| setrankid    | Change someone's rank in your group.     |
| fire         | Fire a member in your group.             |
| getrank      | Check someone's rank in a certain group. |
| shout        | Shout a message to your group shout.     |
| hasgamepass  | Check if someone has a certain gamepass. |
| {% endtab %} |                                          |

{% tab title="Verification" %}

| Command      | Description                                               |
| ------------ | --------------------------------------------------------- |
| verify       | Verify yourself and update your roles.                    |
| reverify     | Change your connected Roblox account.                     |
| getroles     | Update your own roles.                                    |
| updateroles  | Update a member's Discord roles.                          |
| robloxsearch | Search a Roblox user.                                     |
| whois        | Check what Roblox account is connected to a Discord user. |
| {% endtab %} |                                                           |

{% tab title="Moderation" %}

| Command      | Description                                              |
| ------------ | -------------------------------------------------------- |
| modlogs      | Show all of the moderation actions taken against a user. |
| warn         | Warn someone in your Discord server.                     |
| warnings     | Show all the warnings taken against a user.              |
| deletecase   | Delete a case from your server.                          |
| mute         | Mute someone in your Discord server.                     |
| unmute       | Unmute someone in your Discord server.                   |
| kick         | Kick someone from your Discord server.                   |
| ban          | Ban someone from your Discord server.                    |
| unban        | Unban someone from your Discord server.                  |
| purge        | Purge messages in a channel.                             |
| {% endtab %} |                                                          |

{% tab title="Configuration" %}

| Command              | Description                                                      |
| -------------------- | ---------------------------------------------------------------- |
| setpermissions       | Set up permissions for the different roles/ranks and categories. |
| membercounter        | Configure the member counter!                                    |
| welcomer             | Configure the welcomer!                                          |
| cc (custom commands) | View, add or configure custom commands.                          |
| setstatus            | Change the bot's status.                                         |
| verification         | Set up verification.                                             |
| setlogs              | Configure the logging for the bot!                               |
| {% endtab %}         |                                                                  |

{% tab title="Music" %}

| Command      | Description                              |
| ------------ | ---------------------------------------- |
| play         | Plays a song in the voice channel.       |
| nowplaying   | Shows the current playing song.          |
| skip         | Skips the current song.                  |
| stop         | Stops the music and disconnects the bot. |
| pause        | Pauses the current song.                 |
| resume       | Resumes the paused song.                 |
| loop         | Loops the playing song forever.          |
| queue        | Shows the queue.                         |
| removequeue  | Removes a song from the queue.           |
| volume       | Changes the volume of the music.         |
| {% endtab %} |                                          |

{% tab title="Misc" %}

| Command      | Description                                                   |
| ------------ | ------------------------------------------------------------- |
| help         | See a list of all the commands.                               |
| invite       | Invite to Vibez Development and the custom bot it was run on. |
| ping         | Check the latency of the bot.                                 |
| announce     | Announce a message into a channel.                            |
| say          | Send a message as the bot.                                    |
| dm           | Send a DM to someone as the bot.                              |
| badges       | View all obtainable Vibez badges.                             |
| suggest      | Suggest something in the server.                              |
| {% endtab %} |                                                               |

{% tab title="Fun" %}

| Command       | Description                                        |
| ------------- | -------------------------------------------------- |
| jess          | Puppies!                                           |
| ollie         | Ollie is Jess' very cute doggo!                    |
| ship          | Ship someone with another human being... or robot. |
| 8ball         | Ask our magic 8ball anything!                      |
| meme          | Bored? Meme time!                                  |
| pun           | Puns!                                              |
| {% endtab %}  |                                                    |
| {% endtabs %} |                                                    |

{% hint style="info" %}
Currently not all commands are listed in here, this page will only contain slash cmds.
{% endhint %}


---

# 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://docs.vibez.dev/commands/overview.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.
