Skip to content
Snippets Groups Projects
Unverified Commit 1186ab1f authored by tec's avatar tec
Browse files

spookydonut's patch #1

parent 8136cf17
Branches
No related merge requests found
...@@ -357,7 +357,7 @@ pub fn reaction_add(ctx: Context, add_reaction: channel::Reaction) { ...@@ -357,7 +357,7 @@ pub fn reaction_add(ctx: Context, add_reaction: channel::Reaction) {
if let Err(why) = add_reaction.delete(&ctx) { if let Err(why) = add_reaction.delete(&ctx) {
error!("Error deleting react: {:?}", why); error!("Error deleting react: {:?}", why);
}; };
return; return;
} }
} }
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment