Discord/bot/shovel_red のバックアップソース(No.1)

本ページでは、Discordの文章読み上げbot、shovelについて記述しています。shovelの詳しい解説は[[こちら>https://cod-sushi.com/shovel-how-to-use/]]
#br
#br
Shovelへの指示の出し方は、ほかのbotと同様に、プレフィックス+指示で出します。
|Bot名|プレフィックス|読み上げ開始の例|
|shovel|!sh|!sh s|
|shovel_red|!shr|!shr s|
|shovel_green|!shg|!shg s|

*コマンド [#te15b1c5]
shovelのコマンド表を掲載します。shovel red、shovelgreenをご利用の場合は、shovelの部分をそれぞれ、shovel_red,shovel_greenに置き換えてください。(わからない場合は、[[shovel_red>Discord/bot/shovel_red]]、[[shovel_green>Discord/bot/shovel_green]]をご覧ください。)

|コマンド|説明|例|
|!sh s|読み上げを開始する。||
|!sh s 〇〇|〇〇で指定したテキストチャンネルの内容の読み上げを開始する。|!sh s ボイスチャンネル1|
|!sh e|読み上げを終了する。||
|!sh ec|コマンドを入力したテキストチャンネルの読み上げのみ終了する。||
|!sh aw|shovelに読み方を登録する。|!sh aw 単語 たんご|
|!sh export_word|shovelに登録されている単語の辞書を見る。||
|!sh import_word|他サーバーの辞書をインポートする。(管理者のみ)||
|!sh delete_all_word|辞書を削除する。||
|!sh uv|声を変更する。|!sh uv normal 0.3 -0.4|
|!sh gv|声の設定を確認する。||
|!sh m|読み上げるボイスチャンネルを変更する。|!sh m 移動先ボイスチャンネル名|
|!sh read_limit|読み上げる文字数を変更する。|!sh read_limit 100|
|!sh read_multi|複数行読み上げるか。onかoffにする。デフォルトはoff|!sh read_multi on|
|!sh read_name|投稿者の名前を読み上げるか。onかoffにする。デフォルトはoff|!sh read_name on
|!sh read_emoji|絵文字を読み上げるか。onかoffにする。デフォルトはon|!sh read_emoji on|
|!sh read_bot|botのメッセージを読み上げるか。onかoffにする。デフォルトはon|!sh read_bot on|
|!sh white_list_role|ロールを持っていない人のshovel操作を一部制限します。|!sh white_list_role ロール名|
|!sh ss|設定を確認する。||



**shovelの声一覧 [#v9bbd18c]
速度・声の高さは、それぞれ-1.0~1.0で設定する。
normal (通常)
happy (テンションたかめ)
bashful (ささやき声)
angry (強め)
sad (しょんぼり)

**制限される行動・されない行動 [#xb3e834d]
制限される操作
この機能を使うと、以下のコマンドは役職名役職を持つユーザー以外実行不可となります。
※ もともと管理者しか使えないコマンドはリストから省いています

!sh read_multi
!sh read_name
!sh read_limit
!sh aw(add_word)
!sh dw(delete_word)
!sh export_word
制限対象外の操作
この機能を使っても、以下のコマンドはだれでも使えます。

!sh s(shovel)
!sh e(end)
!sh m(move)
!sh ec(end_channel)
!sh uv(update_voice)
!sh gv(get_voice)
!sh about
!sh help