Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 846 Bytes

README.md

File metadata and controls

49 lines (40 loc) · 846 Bytes

Apex Random Bot

移転しました

本 Bot は別リポジトリにてリニューアルしました!

移動先はこちら

概要

Apex のレジェンドと武器をランダムで決めてくれる Discord Bot です。

この Discord Bot を動かすには、appsettings.{Environment}.json ファイルが必要です。

{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "DiscordToken": "{Your token}"
}

コマンド一覧

レジェンド

!legend

武器

!weapon

レジェント&武器

!all

ヘルプ

!help

開発環境

  • .NET Core 3.1

License

Under the MIT.