# /rename

## 이름 변경 명령

### 개요

해당 `/rename` 이 명령은 현재 티켓 채널의 이름을 변경합니다. 명확한 이름은 티켓을 더 쉽게 식별할 수 있게 해줍니다. 티켓 안에서 실행하세요.

### 사용법

```
/rename <name>
```

* **이름** *(필수 텍스트)*: 티켓 채널의 새 이름.

### 설명

* **이름 업데이트**: 채널 이름을 티켓 주제에 맞게 변경합니다.
* **더 나은 정리**: 주제가 바뀌었거나 멤버가 잘못된 티켓 유형을 열었을 때 유용합니다.

### 제한

티켓 이름은 10분마다 최대 2번까지 변경할 수 있습니다. 이는 Discord의 제한입니다. 이 제한에 도달하면 봇이 다시 이름을 변경할 수 있는 시점을 알려줍니다.

### 사용할 때

* 티켓의 주제가 바뀌었거나 더 명확한 이름을 원할 때.
* 실제 문제를 찾은 후에는 티켓 이름을 그에 맞게 바꾸세요. 예: "billing-issue".

### 권한

* Manage Channels 또는 Manage Server 권한이 있거나, 서버 소유자이거나, 승인된 지원 역할을 보유한 경우 이 명령을 사용할 수 있습니다. Administrator도 해당 권한을 포함하므로 작동합니다.
* 봇에 필요 `채널 관리` 채널 이름을 변경하려면.

### 예시

```
/rename billing-issue
```

현재 티켓의 이름을 "billing-issue"로 변경합니다.


---

# 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/rename.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.
