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

add hat

parent 532d97f5
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ static EMOJI_MAP: phf::Map<&'static str, &'static str> = phf_map! { ...@@ -16,6 +16,7 @@ static EMOJI_MAP: phf::Map<&'static str, &'static str> = phf_map! {
"banana" => "🍌", "banana" => "🍌",
"bee" => "🐝", "bee" => "🐝",
"horse" => "🐎", "horse" => "🐎",
"hat" => "🎩"
}; };
fn map_lookup(msg: &str) -> Option<&'static str> { fn map_lookup(msg: &str) -> Option<&'static str> {
......
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