diff --git a/GachaModules.cs b/GachaModules.cs index e99c155..00eebd3 100644 --- a/GachaModules.cs +++ b/GachaModules.cs @@ -38,10 +38,10 @@ public async Task All() } [Command("help")] - public async Task HelpAsync() + public async Task HelpAsync() { var footer = new EmbedFooterBuilder() - .WithText("シーズン9まで対応しています。"); + .WithText("シーズン10まで対応しています。"); var eb = new EmbedBuilder() { diff --git a/Legend.cs b/Legend.cs index 1d953c5..3500683 100644 --- a/Legend.cs +++ b/Legend.cs @@ -23,7 +23,8 @@ public class Legend : IGacha{ "パスファインダー", "クリプト", "ヒューズ", - "ヴァルキリー" + "ヴァルキリー", + "シア" }; public Legend() => _rand = GatchaUtil.GenerateRandom(); diff --git a/Weapon.cs b/Weapon.cs index d768461..4a60756 100644 --- a/Weapon.cs +++ b/Weapon.cs @@ -32,7 +32,8 @@ public class Weapon : IGacha{ "P2020", "ウィングマン", "30-30 リピーター", - "ボセックボウ" + "ボセックボウ", + "ランページLMG" }; public Weapon() => _rand = GatchaUtil.GenerateRandom();