# Discord版注意事項

### 為什麼開始使用斜線指令(/)

Discord 於8月31日將會改變機械人的[使用政策](https://support.discord.com/hc/en-us/articles/360040720412)除非機械人有特別需要，不然不可以直接讀取聊天信息。\
即是說，過往隨意輸入1D100的方式將會被放棄，在群組內使用機械人必須使用斜線指令(/)。

### 通常斜線指令(/)和普通指令有什麼分別

首先開首必須使用**斜線(/)**，然後要按指定規則來輸入指令，可能多了一些button或option，方便選擇。\
為了方便過渡，我會按以下規則進行轉換。

1. 沒有前置的指令，會加上斜線(/)
2. 有前置句號(.)的指令，全部變成斜線(/)
3. 假設指令出現衝突，我覺得比較重要的功能按以上規則保持原指令，次要功能更名。
   1. 更名原則
      1. 延長名字，如`.me`變更成`/mee`
      2. 更改成其他名字

### 為什麼我的群組加了HKTRPG，但沒有斜線指令(/)

通常原因是因為使用舊的邀請連結加入HKTRPG，只要點擊HKTRPG->Profile->Add to Server\
再加入一次你的群組一次，**不需要先移除**，直接加入就可以。\
或是使用[Discord 邀請連結](https://discord.hktrpg.com)

<img src="/files/nOMqJsaFiqczgDPuBHjj" alt="" data-size="original">

### 為什麼還沒有全面使用斜線指令(/)

因為~~我懶~~數量是真的多，指令數量加起來百多條。


---

# Agent Instructions: 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://bothelp.hktrpg.com/hktrpg-guan-fang-shi-yong-jiao-xue/qi-ta-qing-bao/discord-ban-zhu-yi-shi-xiang.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.
