# Guild

{% hint style="info" %}
봇 기본 접두사는 **z/** 입니다.

명령어의 사용방법은 **z/\<commandName> \[arg]** 입니다!

<> = 필수 | \[] = 선택
{% endhint %}

<table><thead><tr><th width="150">Command</th><th width="164.6153846153846">Aliases</th><th width="191.356244336107">Usage</th><th>Description</th></tr></thead><tbody><tr><td>ban</td><td><code>밴</code>, <code>차단</code></td><td><code>z/ban &#x3C;user>[reason]</code></td><td>사용자를 차단 합니다</td></tr><tr><td>clear</td><td><code>clean</code>, <code>청소</code></td><td><code>z/claer &#x3C;amount>[reason]</code></td><td>채팅을 청소합니다</td></tr><tr><td>kick</td><td> <code>킥</code>, <code>추방</code></td><td><code>z/kick &#x3C;mention>[reason]</code></td><td>사용자를 추방합니다</td></tr><tr><td>mute</td><td><code>뮤트</code>, <code>음소거</code></td><td><code>z/mute &#x3C;mention> [reason]</code></td><td><p>사용자를 음소거 </p><p>시킵니다</p></td></tr><tr><td>unban</td><td><p><code>언밴</code>, </p><p><code>차단해제</code></p></td><td><code>z/unban &#x3C;name#tag></code></td><td><p>사용자의 서버 차단을 </p><p>해제 합니다</p></td></tr><tr><td>unmute</td><td><p><code>언뮤트</code>, </p><p><code>뮤트해제</code></p></td><td><code>z/unmute</code> <code>&#x3C;mention></code></td><td><p>사용자의 음소거를 </p><p>해제 합니다</p></td></tr><tr><td>warn</td><td><code>경고</code></td><td><strong>개발중</strong></td><td><strong>개발중</strong></td></tr><tr><td>검열</td><td><strong>None</strong></td><td><code>z/검열 &#x3C;on/off></code> </td><td><p>검열 기능을 on/off </p><p>합니다</p></td></tr><tr><td>검열기록</td><td><strong>None</strong></td><td><code>z/검열기록 &#x3C;channel-mention></code></td><td><p>검열을 기록할 채널을 </p><p>설정합니다</p></td></tr><tr><td>검열제외</td><td><strong>None</strong></td><td><code>z/검열제외 &#x3C;channel-mention></code></td><td><p>검열을 제외할 채널을 </p><p>선택합니다</p></td></tr><tr><td>커스텀검열</td><td><strong>None</strong></td><td><code>z/커스텀검열 &#x3C;on/off></code><br>`z/<code>커스텀검열 &#x3C;add/remove/info> &#x3C;word>`</code></td><td><p>서버 금지어를 </p><p>설정합니다</p></td></tr></tbody></table>


---

# 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://zeroy.kro.kr/bot/command/guild.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.
