# Command list

<h2 align="center">指令列表</h2>

## 一般指令

***

{% columns %}
{% column width="33.33333333333333%" %}

### 簽到

有開台時才能簽，一天只能簽到一次，每次簽到會增加60積分，用於提升觀眾等級
{% endcolumn %}

{% column width="66.66666666666667%" %}
Example

```javascript
!簽到
```

Respone

```javascript
#首次簽到
簽到成功1次 2026-xx-x +60點 今日第X位簽到

#非首次簽到
簽到成功2次 上次簽到2026-xx-xx +60點 今日第X位簽到

#沒有開台
目前主播沒有開台喔~
```

{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column width="33.33333333333333%" %}

### level

**顯示自己的看台時間、發言數和觀眾等級**
{% endcolumn %}

{% column width="66.66666666666667%" %}
Example

```javascript
!level
```

Respone

```javascript
等級: 183 || 排名: 6/29601 | 訊息 : 5975 | 👀⏰: 175小時40分鐘
```

{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column width="33.33333333333333%" %}

### levelfor

**顯示別人的看台時間、發言數和觀眾等級**
{% endcolumn %}

{% column width="66.66666666666667%" %}
Example

```javascript
!levelfor
```

Respone

```javascript
XXX的等級: 183 || 排名: 6/29601 | 訊息 : 5975 | 👀⏰: 175小時40分鐘
```

{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column width="33.33333333333333%" %}

### rk

**顯示該台前十名忠實觀眾**
{% endcolumn %}

{% column width="66.66666666666667%" %}
Example

```javascript
!rk
```

Respone

```javascript
忠實觀眾排名前十名: 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 
```

{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column width="33.33333333333333%" %}
**守靈**

**目前等待開台的聊天室人數**
{% endcolumn %}

{% column width="66.66666666666667%" %}
Example

```javascript
!守靈
```

Respone

```javascript
目前守靈人數: 18 
```

{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column width="33.33333333333333%" %}
**追隨時間**

**查詢自己的追隨時間**
{% endcolumn %}

{% column width="66.66666666666667%" %}
Example

```javascript
!追隨時間 or !followage
```

Respone

```javascript
#有追隨
已追隨 500 天

#沒追隨
您並沒有追隨主播唷~ 動動手按個追隨吧!
```

{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column width="33.33333333333333%" %}
**稽查追隨**

**查詢別人的追隨時間**
{% endcolumn %}

{% column width="66.66666666666667%" %}
Example

```javascript
!稽查追隨
```

Respone

```javascript
#有追隨
XXX 已追隨 500 天

#沒追隨
XXX 並沒有追隨主播唷~ 動動手按個追隨吧!
```

{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column width="33.33333333333333%" %}
**稽查追隨**

**查詢別人的追隨時間**
{% endcolumn %}

{% column width="66.66666666666667%" %}
Example

```javascript
!稽查追隨
```

Respone

```javascript
#有追隨
XXX 已追隨 500 天

#沒追隨
XXX 並沒有追隨主播唷~ 動動手按個追隨吧!
```

{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column width="33.33333333333333%" %}
!600 or !v

給觀眾自救用，秒ban 秒解
{% endcolumn %}

{% column width="66.66666666666667%" %}
Example

```javascript
!v
```

{% endcolumn %}
{% endcolumns %}

## APEX 指令

***

{% columns %}
{% column width="33.33333333333333%" %}
!+ or !加幾分

**顯示開台到現在Apex積分加或減幾分**
{% endcolumn %}

{% column width="66.66666666666667%" %}
Example

```javascript
!+
```

Respone

```javascript
目前分數 7,165 RP || 加0 RP
```

{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column width="33.33333333333333%" %}
!- or !差幾分

**顯示實況主apex積分距離下一個牌位差幾分**
{% endcolumn %}

{% column width="66.66666666666667%" %}
Example

```javascript
!-
```

Respone

```javascript
667 RP -> 大師 
```

{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column width="33.33333333333333%" %}
!底分

**顯示現在Apex PC版頂獵底分**
{% endcolumn %}

{% column width="66.66666666666667%" %}
Example

```javascript
!底分
```

Respone

```javascript
667 RP -> 大師 
```

{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column width="33.33333333333333%" %}
!timeleft

**顯示apex當前賽季差幾天結算**
{% endcolumn %}

{% column width="66.66666666666667%" %}
Example

```javascript
!timeleft
```

Respone

```javascript
距離Apex賽季結束還剩 2 週 4 天 20 小時 31 分
```

{% endcolumn %}
{% endcolumns %}

## LOL 指令

***

{% columns %}
{% column width="33.33333333333333%" %}
!r

**顯示當前的LOL牌位**
{% endcolumn %}

{% column width="66.66666666666667%" %}
Example

```javascript
!r
```

Respone

```javascript
kr 目前積分: 翡翠3 68分 | 97勝/91敗
```

{% endcolumn %}
{% endcolumns %}


---

# 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://www.m1nodev.com/readme.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.
