# /redeem

## 교환 명령어

### 개요

해당 `/redeem` 이 명령어는 top.gg 투표를 명령어를 실행한 서버의 프리미엄 시간으로 바꿉니다.

### 사용법

```
/redeem <votes>
```

* **투표 수** *(필수 숫자)*: 교환할 투표 수입니다. 한 번에 1개에서 999개의 투표를 교환할 수 있습니다.

### 설명

* **투표 교환**: top.gg에서 Ticket King에 투표해 얻은 투표 수를 사용해 서버의 프리미엄 시간으로 바꾸세요.
* **변환**: 각 투표는 프리미엄 4일을 추가합니다. 예를 들어, 3개를 교환하면 12일이 추가됩니다.
* &#x20;**/vote 보기**: 사용하여 `/vote` 투표 링크를 받고 보유한 투표 수를 확인하세요.

### 사용할 때

* 투표한 후 프리미엄 시간을 받으려면.
* 서버의 프리미엄을 연장하고 싶을 때.

### 권한

* 누구나 이 명령어를 사용할 수 있습니다.
* 교환하려는 수량만큼 충분한 투표가 필요합니다. 서버에 이미 영구 프리미엄이 있다면 교환할 수 없습니다.

### 예시

```
/redeem 3
```

명령어를 실행한 서버에서 3개의 투표를 12일의 프리미엄으로 바꿉니다.


---

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