# /thread

## 스레드 명령

### 개요

해당 `/thread` 이 명령은 텍스트 채널 티켓에 연결된 비공개 스태프 스레드를 생성합니다. 스태프는 회원이 보지 못하는 상태에서 티켓에 대해 비공개로 이야기할 때 사용합니다. 티켓 안에서 실행하세요.

### 사용법

```
/thread
```

### 설명

* **비공개 스태프 공간**: 스태프만을 위한 티켓의 별도 비공개 스레드를 생성합니다.
* **티켓을 변환하지 않음**: 티켓은 텍스트 채널로 유지됩니다. 스레드는 그 옆의 별도 공간이며, 대체물이 아닙니다.
* **비공개로 유지됨**: 티켓을 연 회원은 이 스레드를 볼 수 없습니다. 이는 티켓이 종료될 때 만들어지는 대화 기록에 포함되지 않습니다.

### 사용할 때

* 스태프가 티켓을 비공개로 논의해야 할 때.
* 여러 스태프가 같은 문제를 처리하고 있을 때.

### 권한

* Manage Channels 또는 Manage Server 권한이 있거나, 서버 소유자이거나, 승인된 지원 역할을 보유한 경우 이 명령을 사용할 수 있습니다. Administrator도 해당 권한을 포함하므로 작동합니다.
* 봇에 필요 `채널 관리` 및 `비공개 스레드 생성` 티켓 채널에서.

{% hint style="info" %}
`/thread` 텍스트 채널 티켓에서 작동합니다. 티켓 자체가 이미 비공개 스레드인 경우 스태프의 대화가 이미 비공개로 유지되므로 별도의 스태프 스레드가 필요하지 않습니다.
{% endhint %}

### 예시

```
/thread
```

스태프만 볼 수 있고 사용할 수 있는 티켓의 비공개 스태프 스레드를 생성합니다.


---

# 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://ticketking.xyz/docs/ko/bot-commands/thread.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.
