# Commands

### The default prefix of Tempy is `-`, but you can change it any time.

{% tabs %}
{% tab title="Startsettings Commands" %}

|                                                       Command                                                      | Needed Permission |           Description          |
| :----------------------------------------------------------------------------------------------------------------: | :---------------: | :----------------------------: |
|                       [startsetup](https://docs.tempybot.me/getting-started-with-tempy/setup)                      |   Manage Server   |        Starts the setup        |
|  [tempvoice \[add/remove\] \[Voice ID\]](https://docs.tempybot.me/getting-started-with-tempy/setup/voice-channel)  |   Manage Server   | Set the Voice Creation Channel |
| [temptext \[add/remove\] \[Category ID\]](https://docs.tempybot.me/getting-started-with-tempy/setup/text-category) |   Manage Server   |  Set the Text Creation Channel |

#### Need help by using one of the mentioned commands?

{% content-ref url="/pages/-MNsMJN95eWtsLjb9aq6" %}
[Reworked: Setup Tempy](/tempy-bot/getting-started-with-tempy/setup.md)
{% endcontent-ref %}
{% endtab %}

{% tab title="Config Commands" %}

|                                                                       Command                                                                      | Needed Permission |                                                           Description                                                          |
| :------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------: | :----------------------------------------------------------------------------------------------------------------------------: |
|                                                                 nocamping \[on/off]                                                                |   Manage Server   | <p>Force a higher user-limit than one user,</p><p>a user-limit of one will cause a change</p><p>to the previous user limit</p> |
|                                                                 defaultrole \[role]                                                                |   Manage Server   |                                               Change the channel permission role                                               |
|                                                                   nsfw \[on/off]                                                                   |   Manage Server   |                              <p>Enabling this will turn NSFW on for<br> new Tempy textchannels</p>                             |
| [configbitrate \<low/default/high/kbps>](https://docs.tempybot.me/getting-started-with-tempy/configuration/change-the-bitrate-of-the-new-channels) |   Manage Server   |                                           <p>Manage the bitrate<br>of new Tempies</p>                                          |
|               [certainlimit \[channel-id\] \[limit\]](https://docs.tempybot.me/getting-started-with-tempy/configuration/channellimit)              |   Manage Server   |                          <p>Manage the userlimit of<br>a <strong>certain</strong> Creation Channel</p>                         |
|                     [voicecreation \[on/off\]](https://docs.tempybot.me/getting-started-with-tempy/configuration/voicecreation)                    |   Manage Server   |                                                    Manage the Voice Creation                                                   |
|                      [textcreation \[on/off\]](https://docs.tempybot.me/getting-started-with-tempy/configuration/textcreation)                     |   Manage Server   |                                                    Manage the Voice Creation                                                   |
|                     [position \[up/down/default\]](https://docs.tempybot.me/getting-started-with-tempy/configuration/position)                     |   Manage Server   |                                             Manage the position of **new** Tempies                                             |
|                        [configlimit \[number\]](https://docs.tempybot.me/getting-started-with-tempy/configuration/userlimit)                       |   Manage Server   |                                             Manage the userlimit of **new** Tempies                                            |
|                            [configname \[name\]](https://docs.tempybot.me/getting-started-with-tempy/configuration/name)                           |   Manage Server   |                                               Manage the name of **new** Tempies                                               |
|                                                               prefix \[custom-prefix]                                                              |   Manage Server   |                                                 Manage the custom server prefix                                                |

#### Need help by using one of the mentioned commands?

{% content-ref url="/pages/-MNsNDJLA13axpDGdOWX" %}
[Configuration](/tempy-bot/getting-started-with-tempy/configuration.md)
{% endcontent-ref %}
{% endtab %}

{% tab title="Info Commands" %}

|         Command        | Needed Permission |           Description           |
| :--------------------: | :---------------: | :-----------------------------: |
| channelinfo \[channel] |   Send messages   | Shows you infos about a channel |
|        overview        |   Send messages   |  Shows you all Tempies and more |
|         botinfo        |   Send messages   | Shows you some bot informations |
|         pingbot        |   Send messages   |    Shows the latency of Tempy   |
|        commands        |   Send messages   |     Shows all Tempy commands    |
|      {% endtab %}      |                   |                                 |

{% tab title="Channel Commands" %}

> The down below mentioned commands are only available if you own a Temp Channel

|        Command        | Needed Permission |                                             Description                                             |
| :-------------------: | :---------------: | :-------------------------------------------------------------------------------------------------: |
|        onlyfor        |   Send Messages   |                          <p>Allows only certain<br>users/roles to join</p>                          |
| session \<save/reset> |   Send Messages   | <p><em>Never set up your Tempy channel again.</em><br><em>Just take the settings with you!</em></p> |
|         claim         |   Send Messages   |                 <p>Claim the permissions of a Tempy<br>channel if the owner left</p>                |
|                       |                   |                                                                                                     |
|          lock         |   Send Messages   |                                     Locks a channel for everyone                                    |
|         unlock        |   Send Messages   |                                    Unlocks a channel for everyone                                   |
|                       |                   |                                                                                                     |
|          hide         |   Send Messages   |                            <p>Makes channel invisible<br>for everyone</p>                           |
|         unhide        |   Send Messages   |                          <p>Makes channel visible<br>for everyone again</p>                         |
|                       |                   |                                                                                                     |
|     block \[user]     |   Send Messages   |                               <p>Blocks a user from<br>the channel</p>                              |
|    unblock \[user]    |   Send Messages   |                              <p>Unblocks a user from<br>the channel</p>                             |
|                       |                   |                                                                                                     |
|     rename \<name>    |   Send Messages   |                              <p>Changes the Name<br>of your channel</p>                             |
|     limit \[user]     |   Send Messages   |                          <p>Changes the User Limit <br>for your channel</p>                         |
|          save         |   Send Messages   |                                <p>Saves the last<br>500 messages</p>                                |
|                       |                   |                                                                                                     |
|         reset         |   Send Messages   |                                       Resets all made changes                                       |
|      {% endtab %}     |                   |                                                                                                     |
|     {% endtabs %}     |                   |                                                                                                     |


---

# 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.tempybot.me/tempy-bot/commands.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.
