Skip to content

Commit

Permalink
bao polls -> polls
Browse files Browse the repository at this point in the history
  • Loading branch information
RedDaedalus committed Jul 13, 2022
1 parent 16cdee7 commit 8e0da9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public enum ReactRole {
SALES("\uD83C\uDFF7", 761779623322320916L),
APP_UPDATES("\uD83D\uDCD4", 770062219362435113L, "Staff Applications"),
MEDIA("\uD83D\uDCF7", 821811669918416897L),
POLLS("\uD83D\uDCCA", 995746459964166154L, "Bao Polls");
POLLS("\uD83D\uDCCA", 995746459964166154L);

private static final Map<String, ReactRole> roleMap = new HashMap<>();
private final String emoji;
Expand Down

0 comments on commit 8e0da9c

Please sign in to comment.