From 30222c6d5a53faa1afb7b675c8736d503ec2a224 Mon Sep 17 00:00:00 2001 From: Stephen D <webmaster@scd31.com> Date: Wed, 5 Oct 2022 16:43:32 -0300 Subject: [PATCH] add hat --- src/handlers/react.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/handlers/react.rs b/src/handlers/react.rs index 4b5bdef..f091ad9 100644 --- a/src/handlers/react.rs +++ b/src/handlers/react.rs @@ -16,6 +16,7 @@ static EMOJI_MAP: phf::Map<&'static str, &'static str> = phf_map! { "banana" => "ðŸŒ", "bee" => "ðŸ", "horse" => "ðŸŽ", + "hat" => "🎩" }; fn map_lookup(msg: &str) -> Option<&'static str> { -- GitLab