From ba3668199e0ed3cf1a32b491e52091e4e889cce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kub=C3=ADk?= <33115835+chamik@users.noreply.github.com> Date: Sun, 30 May 2021 20:32:46 +0200 Subject: [PATCH] Revert "Added :eye: reaction to .vote (Issue #27)" --- thorn/Modules/AdminModule.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/thorn/Modules/AdminModule.cs b/thorn/Modules/AdminModule.cs index fae74e5..fc1a4c0 100644 --- a/thorn/Modules/AdminModule.cs +++ b/thorn/Modules/AdminModule.cs @@ -152,7 +152,6 @@ 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"))); - await msg.AddReactionAsync(new Emoji("👁️")); } } } \ No newline at end of file