Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
chamik authored May 30, 2021
2 parents 1d279b4 + f304618 commit d7b52fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion thorn/Modules/AdminModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,9 @@ private async Task AddVoteEmotes(IMessage msg)
await msg.AddReactionAsync(Emote.Parse(_pairs.GetString("YES_EMOTE")));
await msg.AddReactionAsync(Emote.Parse(_pairs.GetString("NO_EMOTE")));
await msg.AddReactionAsync(Emote.Parse(_pairs.GetString("ABSTAIN_EMOTE")));

// I swear to god, since when are there 2 different eye emojis?
//await msg.AddReactionAsync(new Emoji("👁️")); This one doesn't work, I think
// await msg.AddReactionAsync(new Emoji("👁️")); This one doesn't work, I think
await msg.AddReactionAsync(new Emoji("👁"));
}
}
Expand Down

0 comments on commit d7b52fa

Please sign in to comment.