Skip to content

teamNABE/yamiyomi-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yamiyomi bot

棒読みちゃんを用いた読み上げ

必要なもの

  1. 本コード(node.js駆動)
  2. 棒読みちゃん

使い方

  1. コードをダウンロード
  2. npm installを実行
  3. Developer PortalからPrivileged Intentsを有効化する
    discord-div-Privileged_Intents.png
    赤枠内のチェックボタンをオンにする
  4. config内のconfig.jsonにトークンをセット
  5. 棒読みちゃんを起動
  6. node mainでbotログイン

コマンド

/yy add : 実行したチャンネルを読み上げリストから追加 /yy <del/delete> : 実行したチャンネルを読み上げリストから削除

ファイル

config.json botの動作に必要なデータを設定
初期データ

{
    "NAME" : "YAMIYOMI BOT",
    "VERSION" : "1.0.0",
    "PREFIX" : "/",
    "COMMAND" : "yy",
    "token" : "<YOUR_BOT_TOKEN>"
}

`channel.json` botの読み上げリスト管理用 配列でチャンネルidを記述

作成者

ライセンス

MITライセンス

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published