Skip to content

Commit

Permalink
Merge pull request #93 from ritsec/20ioppolan-patch-1
Browse files Browse the repository at this point in the history
hot fixing vote crashing on yellow emoji
  • Loading branch information
c0untingNumbers committed Apr 5, 2024
2 parents b480dd4 + 869ed76 commit 3848775
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 3848775

Please sign in to comment.