> For the complete documentation index, see [llms.txt](https://voicemaster.gitbook.io/voicemaster/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://voicemaster.gitbook.io/voicemaster/help/help_pl.md).

# Polish

{% hint style="info" %}
Każda komenda oznaczona \* jest dostępna tylko w wersji premium bota

Dowiedz się więcej na <https://www.voicemaster.xyz>
{% endhint %}

| Komenda głosowa                | Opis                                                                                                                  | Przykład użycia                |
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------- | ------------------------------ |
| **voice lock**                 | Blokowanie kanału, by nikt nie mógł do niego dołączyć                                                                 | .voice lock                    |
| **voice unlock**               | Odblokowanie kanału                                                                                                   | .voice unlock                  |
| **voice name \<name>**         | Zmiana nazwy kanału                                                                                                   | .voice name Lounge             |
| **voice limit \<number>**      | Ograniczenie liczby użytkowników, którzy mogą dołączyć na Twój kanał                                                  | .voice limit 5                 |
| **voice permit/allow <@user>** | Nadanie permisji użytkownikowi aby dołączył do twojego kanału                                                         | .voice permit @sam             |
| **voice reject/deny <@user>**  | Usunięcie permisji użytkownikowi aby dołączył do twojego kanału                                                       | .voice reject @sam             |
| **voice claim**                | Odebranie permisji do kanału, bo opuszczeniu poprzedniego właściciela                                                 | .voice claim                   |
| **voice info \<channel\_id>**  | Uzyskaj informacje o kanale                                                                                           | .voice info 480390747636629505 |
| **\*voice text**               | [Utwórz tymczasowe kanały tekstowe obok kanałów głosowych](https://www.voicemaster.xyz/assets/images/textchannel.gif) | .voice text                    |
| **\*voice ghost/unghost**      | [Sprawienie aby twój kanał został utworzony lub usunięty](https://www.voicemaster.xyz/assets/images/ghost.gif)        | .voice ghost                   |
| **\*voice invite <@user>**     | Wyślij link do użytkownika, gdy ukryjesz swój kanał                                                                   | .voice invite @sam             |
| **\*archive**                  | Archiwizacja tymczasowych kanałów tekstowych, co oznacza że nie zostały one usunięte                                  | .archive                       |

| Komendy generalne         | Opis                                        |
| ------------------------- | ------------------------------------------- |
| **@voicemaster myprefix** | Podaje bieżący prefix ustawiony dla serwera |
| **aboutme**               | Podaje informacje o bocie                   |
| **stats**                 | Podaje ci statystyki bota, przy użyciu bota |
| **ping**                  | Pong - Opóźnienie                           |
| **invite**                | Daje ci link do zaproszenia bota            |
| **resetme**               | Resetuje wszystkie ustawienia               |

| Komendy admina             | Opis                                                                                                                  | Przykład użycia                                      |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
| **voice setup**            | [Ustawienia dołączania do utworzonych kanałów](https://www.voicemaster.xyz/assets/images/join.gif)                    | .voice setup                                         |
| **\*voice setup sequence** | [Stwórz kanały sekwencyjne](https://www.voicemaster.xyz/assets/images/sequential.gif)                                 | .voice setup sequence                                |
| **\*voice setup clone**    | [Stworzenie kanałów z predefiniowanymi nazwami / limitami](https://www.youtube.com/watch?v=or0IvxsUyLw)               | .voice setup clone                                   |
| **setprefix \<prefix>**    | Zmiana prefixu dla serwera                                                                                            | .setprefix v.                                        |
| **resetserver**            | Resetuje ustawienia serwera                                                                                           | .reset server                                        |
| **\*settext \<message>**   | [Podczas wysyłania bot wyślę określoną wiadomość do utworzonych tymczasowo kanałów.](https://i.imgur.com/gk3ZB3Q.png) | .settext check out our social medias ............... |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://voicemaster.gitbook.io/voicemaster/help/help_pl.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.
