-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: add feature showing status by nickname (#1407)
Docs: add a feature showing status by nickname
- Loading branch information
1 parent
69cbf89
commit 316343e
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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=プレフィックス変更と組み合わせての、ニックネームの変更例 | ||
[?]🈳ゆめいちご | ||
``` | ||
|
||
::: |