-
-
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.
Bump: package version to v4.2.0 (#2159)
* Bump: package version to v4.2.0 * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e23cb57
commit a7e9db9
Showing
94 changed files
with
3,225 additions
and
185 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
docs/versioned_docs/version-v4.2/guide/commands/_category_.json
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,8 @@ | ||
{ | ||
"label": "コマンド一覧", | ||
"collapsed": true, | ||
"link": { | ||
"type": "doc", | ||
"id": "guide/commands/overview" | ||
} | ||
} |
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,22 @@ | ||
--- | ||
sidebar_label: BGM | ||
--- | ||
# `BGM`コマンド | ||
開発者が勝手に作った勉強用・作業用BGMのプリセットプレイリストを表示し、聞きたいものを選択して再生することができます。 | ||
|
||
スラッシュコマンドでは、`/bgm`を使用してください。 | ||
|
||
## 別名 | ||
`BGM`以外にも以下の別名を使用できます。 | ||
|
||
- bgm | ||
- study | ||
|
||
|
||
|
||
|
||
## 実行に必要な権限 | ||
なし | ||
|
||
※管理者権限や、サーバーの管理権限、チャンネルの管理権限、および管理者権限を持つユーザーはこの権限を満たしていなくてもいつでもこのコマンドを実行できます。 | ||
|
23 changes: 23 additions & 0 deletions
23
docs/versioned_docs/version-v4.2/guide/commands/bulk_delete.md
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,23 @@ | ||
--- | ||
sidebar_label: バルク削除 | ||
--- | ||
# `バルク削除`コマンド | ||
ボットが送信したメッセージを一括削除します。過去1000件のメッセージを遡って検索します。 | ||
|
||
スラッシュコマンドでは、`/bulk_delete`を使用してください。 | ||
|
||
## 別名 | ||
`バルク削除`以外にも以下の別名を使用できます。 | ||
|
||
- bulk_delete | ||
- bulk-delete | ||
- bulkdelete | ||
|
||
|
||
|
||
|
||
## 実行に必要な権限 | ||
メッセージの管理権限を持っていること | ||
|
||
※管理者権限や、サーバーの管理権限、チャンネルの管理権限、および管理者権限を持つユーザーはこの権限を満たしていなくてもいつでもこのコマンドを実行できます。 | ||
|
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,23 @@ | ||
--- | ||
sidebar_label: キャンセル | ||
--- | ||
# `キャンセル`コマンド | ||
実行中のキャンセル可能な処理がある場合それをすべて中止します。 | ||
|
||
スラッシュコマンドでは、`/cancel`を使用してください。 | ||
|
||
## 別名 | ||
`キャンセル`以外にも以下の別名を使用できます。 | ||
|
||
- cancel | ||
- 中止 | ||
- abort | ||
|
||
|
||
|
||
|
||
## 実行に必要な権限 | ||
同じボイスチャンネルに接続していること | ||
|
||
※管理者権限や、サーバーの管理権限、チャンネルの管理権限、および管理者権限を持つユーザーはこの権限を満たしていなくてもいつでもこのコマンドを実行できます。 | ||
|
31 changes: 31 additions & 0 deletions
31
docs/versioned_docs/version-v4.2/guide/commands/command.md
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,31 @@ | ||
--- | ||
sidebar_label: コマンド | ||
--- | ||
# `コマンド`コマンド | ||
コマンド一覧を表示します。コマンド名を指定するとそのコマンドの詳細を表示します。 | ||
|
||
スラッシュコマンドでは、`/command`を使用してください。 | ||
|
||
## 別名 | ||
`コマンド`以外にも以下の別名を使用できます。 | ||
|
||
- command | ||
- commands | ||
- cmd | ||
|
||
## 使い方 | ||
``` | ||
command [コマンド名] | ||
``` | ||
|
||
## 使用例 | ||
``` | ||
command search | ||
``` | ||
|
||
|
||
## 実行に必要な権限 | ||
なし | ||
|
||
※管理者権限や、サーバーの管理権限、チャンネルの管理権限、および管理者権限を持つユーザーはこの権限を満たしていなくてもいつでもこのコマンドを実行できます。 | ||
|
25 changes: 25 additions & 0 deletions
25
docs/versioned_docs/version-v4.2/guide/commands/disconnect.md
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,25 @@ | ||
--- | ||
sidebar_label: 切断 | ||
--- | ||
# `切断`コマンド | ||
ボイスチャンネルから切断します | ||
|
||
スラッシュコマンドでは、`/disconnect`を使用してください。 | ||
|
||
## 別名 | ||
`切断`以外にも以下の別名を使用できます。 | ||
|
||
- 終了 | ||
- disconnect | ||
- dc | ||
- leave | ||
- quit | ||
|
||
|
||
|
||
|
||
## 実行に必要な権限 | ||
同じボイスチャンネルに接続していること, ボットが接続しているボイスチャンネルにボット以外のメンバーがいないことのいずれか | ||
|
||
※管理者権限や、サーバーの管理権限、チャンネルの管理権限、および管理者権限を持つユーザーはこの権限を満たしていなくてもいつでもこのコマンドを実行できます。 | ||
|
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,24 @@ | ||
--- | ||
sidebar_label: エフェクト | ||
--- | ||
# `エフェクト`コマンド | ||
エフェクトコントロールパネルを表示します。 | ||
|
||
スラッシュコマンドでは、`/effect`を使用してください。 | ||
|
||
## 別名 | ||
`エフェクト`以外にも以下の別名を使用できます。 | ||
|
||
- effect | ||
- 音声エフェクト | ||
- 音声効果 | ||
- 効果 | ||
|
||
|
||
|
||
|
||
## 実行に必要な権限 | ||
なし | ||
|
||
※管理者権限や、サーバーの管理権限、チャンネルの管理権限、および管理者権限を持つユーザーはこの権限を満たしていなくてもいつでもこのコマンドを実行できます。 | ||
|
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,21 @@ | ||
--- | ||
sidebar_label: この曲で終了 | ||
--- | ||
# `この曲で終了`コマンド | ||
現在再生中の曲(再生待ちの曲)をのぞいてほかの曲をすべて削除します。 | ||
|
||
スラッシュコマンドでは、`/end`を使用してください。 | ||
|
||
## 別名 | ||
`この曲で終了`以外にも以下の別名を使用できます。 | ||
|
||
- end | ||
|
||
|
||
|
||
|
||
## 実行に必要な権限 | ||
同じボイスチャンネルに接続していてかつDJロールを保持していること, ボイスチャンネルの唯一のユーザーであることのいずれか | ||
|
||
※管理者権限や、サーバーの管理権限、チャンネルの管理権限、および管理者権限を持つユーザーはこの権限を満たしていなくてもいつでもこのコマンドを実行できます。 | ||
|
25 changes: 25 additions & 0 deletions
25
docs/versioned_docs/version-v4.2/guide/commands/equalplayback.md
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,25 @@ | ||
--- | ||
sidebar_label: 均等再生 | ||
--- | ||
# `均等再生`コマンド | ||
追加ユーザーごとにキュー内の楽曲を均等に再生します。 | ||
|
||
スラッシュコマンドでは、`/equalplayback`を使用してください。 | ||
|
||
## 別名 | ||
`均等再生`以外にも以下の別名を使用できます。 | ||
|
||
- equalplayback | ||
- equallyplayback | ||
- eqpb | ||
- equal | ||
- equally | ||
|
||
|
||
|
||
|
||
## 実行に必要な権限 | ||
ボットがどこのボイスチャンネルにも接続していないこと, ボイスチャンネルの唯一のユーザーであること, 同じボイスチャンネルに接続していてかつDJロールを保持していることのいずれか | ||
|
||
※管理者権限や、サーバーの管理権限、チャンネルの管理権限、および管理者権限を持つユーザーはこの権限を満たしていなくてもいつでもこのコマンドを実行できます。 | ||
|
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,21 @@ | ||
--- | ||
sidebar_label: エクスポート | ||
--- | ||
# `エクスポート`コマンド | ||
キューの内容をインポートできるようエクスポートします。 | ||
|
||
スラッシュコマンドでは、`/export`を使用してください。 | ||
|
||
## 別名 | ||
`エクスポート`以外にも以下の別名を使用できます。 | ||
|
||
- export | ||
|
||
|
||
|
||
|
||
## 実行に必要な権限 | ||
なし | ||
|
||
※管理者権限や、サーバーの管理権限、チャンネルの管理権限、および管理者権限を持つユーザーはこの権限を満たしていなくてもいつでもこのコマンドを実行できます。 | ||
|
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,31 @@ | ||
--- | ||
sidebar_label: フレーム | ||
--- | ||
# `フレーム`コマンド | ||
現在の再生位置の動画のフレーム画像を可能な場合取得します。引数が指定された場合その時点でのフレームを取得します。 | ||
|
||
スラッシュコマンドでは、`/frame`を使用してください。 | ||
|
||
## 別名 | ||
`フレーム`以外にも以下の別名を使用できます。 | ||
|
||
- frame | ||
- キャプチャ | ||
- capture | ||
|
||
## 使い方 | ||
``` | ||
フレーム [時間] | ||
``` | ||
|
||
## 使用例 | ||
``` | ||
フレーム 1:20 | ||
``` | ||
|
||
|
||
## 実行に必要な権限 | ||
同じボイスチャンネルに接続していること | ||
|
||
※管理者権限や、サーバーの管理権限、チャンネルの管理権限、および管理者権限を持つユーザーはこの権限を満たしていなくてもいつでもこのコマンドを実行できます。 | ||
|
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,22 @@ | ||
--- | ||
sidebar_label: ヘルプ | ||
--- | ||
# `ヘルプ`コマンド | ||
ヘルプを表示します | ||
|
||
スラッシュコマンドでは、`/help`を使用してください。 | ||
|
||
## 別名 | ||
`ヘルプ`以外にも以下の別名を使用できます。 | ||
|
||
- help | ||
- support | ||
|
||
|
||
|
||
|
||
## 実行に必要な権限 | ||
なし | ||
|
||
※管理者権限や、サーバーの管理権限、チャンネルの管理権限、および管理者権限を持つユーザーはこの権限を満たしていなくてもいつでもこのコマンドを実行できます。 | ||
|
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,29 @@ | ||
--- | ||
sidebar_label: インポート | ||
--- | ||
# `インポート`コマンド | ||
指定されたメッセージからキューをインポートします。`export`コマンドで出力されたファイルが添付されたURLを引数として指定してください。 | ||
|
||
スラッシュコマンドでは、`/import`を使用してください。 | ||
|
||
## 別名 | ||
`インポート`以外にも以下の別名を使用できます。 | ||
|
||
- import | ||
|
||
## 使い方 | ||
``` | ||
インポート <インポート元のURL> | ||
``` | ||
|
||
## 使用例 | ||
``` | ||
import https://discord.com/channels/... | ||
``` | ||
|
||
|
||
## 実行に必要な権限 | ||
ボットがどこのボイスチャンネルにも接続していないこと, 同じボイスチャンネルに接続していることのいずれか | ||
|
||
※管理者権限や、サーバーの管理権限、チャンネルの管理権限、および管理者権限を持つユーザーはこの権限を満たしていなくてもいつでもこのコマンドを実行できます。 | ||
|
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,29 @@ | ||
--- | ||
sidebar_label: インボーク | ||
--- | ||
# `インボーク`コマンド | ||
指定されたコマンドを実行します。基本的に使用しないでください。 | ||
|
||
スラッシュコマンドでは、`/invoke`を使用してください。 | ||
|
||
## 別名 | ||
`インボーク`以外にも以下の別名を使用できます。 | ||
|
||
- invoke | ||
|
||
## 使い方 | ||
``` | ||
invoke <コマンド> | ||
``` | ||
|
||
## 使用例 | ||
``` | ||
invoke play 夜に駆ける | ||
``` | ||
|
||
|
||
## 実行に必要な権限 | ||
なし | ||
|
||
※管理者権限や、サーバーの管理権限、チャンネルの管理権限、および管理者権限を持つユーザーはこの権限を満たしていなくてもいつでもこのコマンドを実行できます。 | ||
|
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,23 @@ | ||
--- | ||
sidebar_label: 接続 | ||
--- | ||
# `接続`コマンド | ||
ボイスチャンネルに参加します。 | ||
|
||
スラッシュコマンドでは、`/join`を使用してください。 | ||
|
||
## 別名 | ||
`接続`以外にも以下の別名を使用できます。 | ||
|
||
- join | ||
- 参加 | ||
- connect | ||
|
||
|
||
|
||
|
||
## 実行に必要な権限 | ||
なし | ||
|
||
※管理者権限や、サーバーの管理権限、チャンネルの管理権限、および管理者権限を持つユーザーはこの権限を満たしていなくてもいつでもこのコマンドを実行できます。 | ||
|
23 changes: 23 additions & 0 deletions
23
docs/versioned_docs/version-v4.2/guide/commands/leaveclean.md
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,23 @@ | ||
--- | ||
sidebar_label: キューを整理 | ||
--- | ||
# `キューを整理`コマンド | ||
ボイスチャンネルから離脱した人がリクエストした曲をキューから削除して整理します。 | ||
|
||
スラッシュコマンドでは、`/leaveclean`を使用してください。 | ||
|
||
## 別名 | ||
`キューを整理`以外にも以下の別名を使用できます。 | ||
|
||
- leaveclean | ||
- lc | ||
- leavecleanup | ||
|
||
|
||
|
||
|
||
## 実行に必要な権限 | ||
ボイスチャンネルの唯一のユーザーであること, 同じボイスチャンネルに接続していてかつDJロールを保持していることのいずれか | ||
|
||
※管理者権限や、サーバーの管理権限、チャンネルの管理権限、および管理者権限を持つユーザーはこの権限を満たしていなくてもいつでもこのコマンドを実行できます。 | ||
|
Oops, something went wrong.