Apex のレジェンドと武器をランダムで決めてくれる Discord Bot です。
Season 12 まで現在対応しています。Season 13 対応予定
初回起動時にバイナリディレクトリ直下に作成される config.json
に Discord のトークンを入力して利用してください。
Prefix の値を変更することで、コマンドの文字を切り替えることもできます。
!legend [number]
[number] : プレイヤー数 規定値:1
!weapon [number] [mode]
[number] : 武器の本数 規定値:2
[mode] :
all 全ての武器(規定値)
+craft フィールド武器とクラフト武器
+carePackage フィールド武器とケアパッケージ武器
fieldOnly フィールド武器のみ
!all [number] [mode]
[number] : プレイヤー数 規定値=1
[mode] :
all 全ての武器(規定値)
+craft フィールド武器とクラフト武器
+carePackage フィールド武器とケアパッケージ武器
fieldOnly フィールド武器のみ
!legendp
'legend 3' と同じ
!weaponp [mode]
'weapon 6 [mode]' と同じ
!allp [mode]
'all 3 [mode]' と同じ
!apex-h
!help (alias)
- ApexRandomGachaBot.csproj ファイルがあるディレクトリまで移動
dotnet build -c Release
- bin/Release/net6.0 ディレクトリに移動
dotnet ./ApexRandomGachaBot.dll
(初回起動時は構成ファイル作成後に終了)- config.json ファイルの Token の値に Discord のトークンを記入
dotnet ./ApexRandomGachaBot.dll
を再度実行。
Under the MIT.