# 제한

<i class="fa-crown">:crown:</i> **프리미엄 기능입니다.** 커스텀 명령어에 적용되는 모든 제한에 대한 참고 자료.

## 서버당

| 제한            | 값                      |
| ------------- | ---------------------- |
| 최대 커스텀 명령어 수  | **25**                 |
| 무료 플랜 커스텀 명령어 | **0** (전체 기능이 프리미엄입니다) |

25개에 도달하면 대시보드가 더 이상 저장하지 않습니다. 다음과 같이 표시됩니다 *"커스텀 명령어 최대 수량에 도달했습니다."*.

## 명령어당

### 이름 및 트리거

| 항목      | 제한                     |
| ------- | ---------------------- |
| **이름**  | 100자, 소문자, 서버에서 고유해야 함 |
| **트리거** | 100자, 소문자, 서버에서 고유해야 함 |

### 내용

| 항목        | 제한    |
| --------- | ----- |
| **응답 내용** | 2000자 |

### 임베드

| 제한         | 값    |
| ---------- | ---- |
| 명령어당 임베드 수 | 10   |
| 총 임베드 문자 수 | 6000 |
| 임베드 제목     | 256  |
| 임베드 설명     | 4096 |
| 임베드 필드 이름  | 256  |
| 임베드 필드 값   | 1024 |
| 임베드당 필드 수  | 25   |
| 임베드 푸터 텍스트 | 2048 |
| 임베드 작성자 이름 | 256  |

### 링크 버튼(임베드 내)

| 제한        | 값     |
| --------- | ----- |
| 명령어당 행 수  | 5     |
| 행당 버튼 수   | 5     |
| 명령어당 버튼 수 | 25    |
| 버튼 라벨     | 80자   |
| 버튼 URL    | 512자  |
| 버튼 유형     | 링크 전용 |

## 제한에 도달하면 어떻게 되는지

* **명령어 25개:** 추가 저장은 위 메시지와 함께 거부됩니다.
* **콘텐츠 또는 임베드의 문자 제한:** 대시보드는 저장하지 않으며 어떤 필드가 너무 긴지 알려줍니다.
* **이름 또는 트리거 중복:** 저장은 다음 메시지와 함께 거부됩니다 *"명령 이름이 이미 존재합니다"* 또는 *"명령어 트리거가 이미 존재합니다."*.

## 관련

{% content-ref url="/pages/15fa2015b0cf5d24d96e43c8075510c24359f1c1" %}
[사용자 지정 명령어란](/docs/ko/custom-commands/overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/f0a65ab9df00ad28b752177e0c1b6e05b197a5a2" %}
[Premium 전용 기능 목록](/docs/ko/premium/feature-list.md)
{% endcontent-ref %}


---

# 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/custom-commands/limits.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.
