1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Add smoke weather emoji because the PNW is burning this week

This commit is contained in:
Chris Cummer 2018-07-31 09:54:10 -07:00
parent ac08d7a6d4
commit ac395f4ea6

View File

@ -28,6 +28,7 @@ var weatherEmoji = map[string]string{
"partly cloudy": "🌤", "partly cloudy": "🌤",
"scattered clouds": "🌤", "scattered clouds": "🌤",
"shower rain": "☔️", "shower rain": "☔️",
"smoke": "🔥",
"snow": "❄️", "snow": "❄️",
"sunny": "☀️", "sunny": "☀️",
"thunderstorm": "⛈", "thunderstorm": "⛈",