From 1186ab1fb17ce31d33f03b527b5e3f748df7d692 Mon Sep 17 00:00:00 2001 From: tec <tec@ucc.gu.uwa.edu.au> Date: Mon, 19 Aug 2019 00:16:16 +0800 Subject: [PATCH] spookydonut's patch #1 --- src/voting.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/voting.rs b/src/voting.rs index b189b57..30cf974 100644 --- a/src/voting.rs +++ b/src/voting.rs @@ -357,7 +357,7 @@ pub fn reaction_add(ctx: Context, add_reaction: channel::Reaction) { if let Err(why) = add_reaction.delete(&ctx) { error!("Error deleting react: {:?}", why); }; - return; + return; } } } -- GitLab