本 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
Under the MIT.