/Valorant-DiscordBot

Valorant Utility Bot

Primary LanguagePythonGNU General Public License v3.0GPL-3.0



Valorant Discord Bot

release discord.py License

About

In-game APIを使用して、VALORANTを開かずに様々な情報を表示することのできるDiscord Botです。 このリポジトリは、staciax/Valorant-DiscordBotのフォークです。

Heroku

Deploy

  • [Youtube Tutorial][Tutorial]

Installations

pip install -r requirements.txt
  • 初期設定ではNoto Sans CJK JPのインストールが必要です(config.jsonから変更可能)
sudo apt install fonts-noto-cjk
  • .envファイルにdiscord botのトークンを記載します
TOKEN='INPUT DISCORD TOKEN HERE'
  • botを起動
python bot.py
  • config.jsonの内容を設定する
    "owner-id"には管理者のユーザーIDを、"emoji-server-id"には絵文字を追加するサーバーIDを記載してください
"default-language": "en-US",
"command-description-language": "en-US",
"owner-id": USER_ID,
"emoji-server-id": [EMOJI_SERVER_ID],
  • botを再起動してください