Skip to content

Commit

Permalink
Add Ontari to Birthday command
Browse files Browse the repository at this point in the history
  • Loading branch information
SoAJeff committed Jun 8, 2022
1 parent f3604d3 commit 9cd27f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public Mono<Void> execute(ChatInputInteractionEvent event) {
}

private String performForumLookup(String month) {
int[] groups = { ForumRank.ELDAR.getId(), ForumRank.LIAN.getId(), ForumRank.ADMINISTRATOR.getId(),
int[] groups = { ForumRank.ONTARI.getId(), ForumRank.ELDAR.getId(), ForumRank.LIAN.getId(), ForumRank.ADMINISTRATOR.getId(),
ForumRank.ARQUENDI.getId(), ForumRank.ADELE.getId(), ForumRank.VORONWE.getId(),
ForumRank.ELENDUR.getId(), ForumRank.SADRON.getId(), ForumRank.ATHEM.getId(), ForumRank.MYRTH.getId(),
ForumRank.TYLAR.getId() };
Expand Down

0 comments on commit 9cd27f9

Please sign in to comment.