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.