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

Merge branch 'different_horse' into 'master'

change the horse emoji to make braydon happy

See merge request !11
parents 759e52b7 06634eac
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