Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ash
Discord Bot
Commits
1186ab1f
Unverified
Commit
1186ab1f
authored
Aug 19, 2019
by
tec
Browse files
spookydonut's patch #1
parent
8136cf17
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/voting.rs
View file @
1186ab1f
...
...
@@ -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
;
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment