# /vote

## 투표 명령어

### 개요

해당 `/vote` 이 명령어는 Ticket King에 투표할 수 있는 top.gg 링크와 보유한 투표 수를 보여줍니다.

### 사용법

```
/vote
```

### 설명

* **투표 링크**: Ticket King에 투표하는 top.gg 링크를 표시합니다.
* **보유한 투표 수**: 현재 투표 수를 표시합니다. 각 투표는 다음으로 프리미엄 시간으로 교환할 수 있습니다 `/redeem`.

### 사용할 때

* Ticket King에 투표하고 싶을 때.
* 투표를 사용하기 전에 보유한 투표 수를 확인하고 싶을 때.

### 권한

* 누구나 이 명령어를 사용할 수 있습니다.

### 예시

```
/vote
```

top.gg 투표 링크와 현재 투표 수를 표시합니다.


---

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