Skip to content

Commit

Permalink
update to season 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Anteccq committed Aug 8, 2021
1 parent 9d7cb38 commit 8df1946
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions GachaModules.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down
3 changes: 2 additions & 1 deletion Legend.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ public class Legend : IGacha{
"パスファインダー",
"クリプト",
"ヒューズ",
"ヴァルキリー"
"ヴァルキリー",
"シア"
};

public Legend() => _rand = GatchaUtil.GenerateRandom();
Expand Down
3 changes: 2 additions & 1 deletion Weapon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ public class Weapon : IGacha{
"P2020",
"ウィングマン",
"30-30 リピーター",
"ボセックボウ"
"ボセックボウ",
"ランページLMG"
};

public Weapon() => _rand = GatchaUtil.GenerateRandom();
Expand Down

0 comments on commit 8df1946

Please sign in to comment.