Skip to content
Snippets Groups Projects
Commit 06634eac authored by Stephen D's avatar Stephen D
Browse files

change the horse emoji to make braydon happy

parent 759e52b7
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ pub struct HorseHandler;
#[async_trait]
impl LineHandler for HorseHandler {
async fn message(&self, ctx: &Context, msg: &Message) {
let reaction = match ReactionType::from_str("🐎") {
let reaction = match ReactionType::from_str("🐴") {
Ok(x) => x,
Err(_) => return,
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment