-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump: package version to v4.3.0 (#2433)
* Bump: package version to v4.3.0 * update docs * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Docs: update * Docs: update * Update CHANGELOG.md * Update CHANGELOG.md * Docs: update * Fix: actual fix for weird time (#2441) * Fix: songs added in incorrect position in queue (#2442) * Fix(commands/bulk_play): incorrect search keyword (#2443) * Docs: footer --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ca703f9
commit 395e045
Showing
118 changed files
with
3,547 additions
and
96 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
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
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 |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
.vs/ | ||
node_modules | ||
dist | ||
out | ||
typings | ||
*.env | ||
*.exe | ||
|
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
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
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,28 @@ | ||
# スリープタイマー機能 | ||
(v4.3.0で追加) | ||
|
||
事前に設定しておくことで、一定時間経過した後、自動的にボットをボイスチャンネルから退出させることができます。 | ||
|
||
時間設定は、秒単位で直接指定できるほか、現在再生中の曲が終了した時点に設定することもできます。 | ||
|
||
## 使用方法 | ||
### スリープタイマーを設定する | ||
[`スリープタイマー`コマンド](../commands/sleeptimer.md)を使用して、設定することができます。 | ||
|
||
* 1分23秒後に終了するよう設定する場合、以下のようにコマンドを送信します。 | ||
``` | ||
スリープタイマー 1:23 | ||
``` | ||
* 1時間23分45秒後に終了するように設定する場合、以下のようにコマンドを送信します。 | ||
``` | ||
スリープタイマー 1:23:45 | ||
``` | ||
* 現在再生中の曲が終了した際に設定する場合、以下のようにコマンドを送信します。 | ||
``` | ||
スリープタイマー $ | ||
``` | ||
|
||
指定された時点になると、ボットは自動的にボイスチャンネルから切断します。この際、キュー内のアイテムは保持されたままになります。 | ||
|
||
### スリープタイマーを解除する | ||
スリープタイマーを解除するには、何も引数を付与せずに、スリープタイマーコマンドを送信してください。 |
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,44 @@ | ||
--- | ||
sidebar_position: 4 | ||
--- | ||
# ボットの設定 | ||
ボットをより便利に使えるようにするために、ボットには、いくつかの設定項目が用意されています。 | ||
これらの設定は、サーバーごとに別々に管理されます。 | ||
この節では、ボットで利用できる設定項目について説明をします。 | ||
|
||
:::info | ||
ボットの管理者の方が、ボットにデータベースを設定していない場合、 | ||
何らかの理由でボットがいったんオフラインになると、設定がクリアされますことを、ご承知おきください。 | ||
::: | ||
|
||
## スキップ投票の設定 | ||
デフォルトの設定では、ボットで楽曲をスキップする操作を行った場合、状況に応じてボットの動作が異なります。 | ||
|
||
* スキップ操作を行ったのが、サーバーの管理権限を持っていたり、[DJロール](../setup/command-permissions.md)を保持している場合、 | ||
または、ボイスチャンネルに接続しているユーザーが一人だけだった場合、スキップ操作が即時に行われます。 | ||
* スキップ操作を行ったのが、上の条件に該当しないユーザーであり、かつボイスチャンネルに複数人が接続している場合、 | ||
スキップ投票のパネルが作成されます。 | ||
|
||
スキップ投票の設定を変更することにより、状況に関わらず即時でスキップ操作が行われるようにすることができます。 | ||
この設定を利用するには、[`設定>スキップ投票`コマンド](./commands/setting_skipvote.md)を使用してください。 | ||
|
||
### 設定例 | ||
|
||
* スキップ投票を**有効にするには**:`設定>スキップ投票 true` | ||
* スキップ投票を**無効にするには**:`設定>スキップ投票 false` | ||
|
||
## 現在再生中パネルの通知設定 | ||
デフォルトの設定では、新しい楽曲の再生を始めるたびに、現在どの曲が再生されているかを表示する、「現在再生中パネル」が表示されます。 | ||
この表示が煩わしく感じた場合、設定を変更することで、以下の三種類のどれかに動作を変更できます。 | ||
|
||
1. 通常通り現在再生中パネルを表示する、 | ||
1. 通知なしで現在再生中パネルを表示する | ||
1. 現在再生中パネルを表示しない | ||
|
||
この設定を変更するには、[`設定>現在再生中`コマンド](./commands/setting_nowplaying.md)を使用してください。 | ||
|
||
### 設定例 | ||
|
||
* 現在再生中パネルの表示を**通常設定にするには**:`設定>現在再生中 normal` | ||
* 現在再生中パネルの表示を**通知なしで送信するには**:`設定>現在再生中 silent` | ||
* 現在再生中パネルの表示を**無効にするには**:`設定>現在再生中 disabled` |
Oops, something went wrong.