Skip to content

Commit

Permalink
Docs: add feature showing status by nickname (#1407)
Browse files Browse the repository at this point in the history
Docs: add a feature showing status by nickname
  • Loading branch information
mtripg6666tdr authored Apr 11, 2023
1 parent 69cbf89 commit 316343e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/docs/guide/feature/status.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
sidebar_position: 8
---
# ニックネームによるステータス表示
ボットのニックネームに特定の絵文字を含めておくことで、ボットがいまボイスチャンネルに接続しているかどうかを自動的にニックネームに反映させることができます。

対応している絵文字の組み合わせは以下の2パターンです。

| |未接続時| |接続時|
|--------|:-----:|:-:|:----:|
|パターン1||||
|パターン2|🈳 ||🈵 |

:::info

この機能を使用するには、ニックネームに上のいずれかの絵文字が含まれるように変更するします。その他の設定は不要です。

```txt title=ニックネームの変更例
🈳ゆめいちご
```

```txt title=プレフィックス変更と組み合わせての、ニックネームの変更例
[?]🈳ゆめいちご
```

:::

0 comments on commit 316343e

Please sign in to comment.