From 9cd27f93fce893e885e9a06376e2db9fb5afd9d0 Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 7 Jun 2022 22:57:27 -0400 Subject: [PATCH] Add Ontari to Birthday command --- .../com/soa/rs/discordbot/v3/commands/BirthdayInteraction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soa-discord/src/main/java/com/soa/rs/discordbot/v3/commands/BirthdayInteraction.java b/soa-discord/src/main/java/com/soa/rs/discordbot/v3/commands/BirthdayInteraction.java index 708e6fcb..dca477f4 100644 --- a/soa-discord/src/main/java/com/soa/rs/discordbot/v3/commands/BirthdayInteraction.java +++ b/soa-discord/src/main/java/com/soa/rs/discordbot/v3/commands/BirthdayInteraction.java @@ -49,7 +49,7 @@ public Mono 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() };