Skip to content

Commit

Permalink
hot fixing vote crashing on yellow emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
20ioppolan committed Apr 5, 2024
1 parent b480dd4 commit 869ed76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions commands/slash/vote.go
Original file line number Diff line number Diff line change
Expand Up @@ -381,15 +381,13 @@ func voteGetVote(s *discordgo.Session, i *discordgo.InteractionCreate, rawOption
emojis := []string{
"πŸŸ₯",
"🟧",
"🟨",
"🟩",
"🟦",
"πŸŸͺ",
"⬛",
"⬜",
"πŸŸ₯",
"🟧",
"🟨",
"🟩",
"🟦",
"πŸŸͺ",
Expand Down

0 comments on commit 869ed76

Please sign in to comment.