# 패널 다시 보내기

Discord에서 패널 메시지가 사라지면(관리자가 삭제했거나, 채널이 지워졌거나 하는 경우), 구성원들은 더 이상 상호작용할 수 없습니다. 해결 방법은 다시 보내는 것입니다.

## 다시 보내기 작업

다음 **패널** 페이지:

1. 다시 보내려는 패널을 찾으세요.
2. 패널 카드에서 **다시 보내기**.
3. 확인하세요.

봇이 설정된 채널에 패널의 새 복사본을 게시합니다. 다른 모든 것은 그대로 유지됩니다.

<figure><img src="/files/bb17925d52f247fed0932f992da2d000c92d51fe" alt="Resending a panel from the Panels page"><figcaption></figcaption></figure>

## 언제 사용하나요

* Discord에서 패널 메시지가 없거나 눈에 띄게 손상되었습니다.
* 패널을 채널 맨 아래로 올리고 싶습니다(새 메시지들이 위로 밀어 올렸습니다).
* 큰 변경을 했고, 구성원들이 알아볼 수 있도록 새 게시물을 올리고 싶습니다.

## 유지되는 항목

이전 패널 메시지를 제외한 모든 것:

* 옵션.
* 옵션별 설정.
* 열린 티켓.
* 감사 기록.
* 템플릿.

## 다시 보내기 vs 이동

* **다시 보내기.** 같은 채널, 새 메시지.
* **이동.** 다른 채널. 다음을 참조하세요 [패널 이동](/docs/ko/panels/move-a-panel.md).

## 일반적인 문제

{% hint style="warning" %}
**다시 보내기는 게시되었지만 이전 메시지가 아직 남아 있습니다.** Ticket King이 이전 메시지를 찾지 못했습니다. 수동으로 삭제되었거나 채널이 지워졌기 때문입니다. 필요하면 남아 있는 메시지를 직접 삭제하세요.
{% endhint %}

{% hint style="danger" %}
**다시 보내기 중 권한 오류입니다.** "그 채널에 메시지를 보낼 권한이 없습니다"라는 메시지가 보이면, 봇이 패널의 채널에 게시할 수 없습니다. 봇에 다음 권한이 있는지 확인한 다음 **채널 보기**, **메시지 보내기**, 그리고 **임베드 링크** 그곳에서 다시 시도하세요.
{% endhint %}

## 관련

{% content-ref url="/pages/8b3e9a84b89902f9eeebd9a053737e3829c89224" %}
[패널을 다른 채널로 이동](/docs/ko/panels/move-a-panel.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/panels/resend-a-panel.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.
