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

Add 'clear sky' and 'clear' icons to weather module

This commit is contained in:
Chris Cummer 2019-07-04 07:01:48 -07:00
parent 743aa0992f
commit c82b6d8f94

View File

@ -7,8 +7,8 @@ import (
var weatherEmoji = map[string]string{ var weatherEmoji = map[string]string{
"default": "πŸ’₯", "default": "πŸ’₯",
"broken clouds": "🌀", "broken clouds": "🌀",
"clear": " ", "clear": "🌎",
"clear sky": " ", "clear sky": "🌎",
"cloudy": "⛅️", "cloudy": "⛅️",
"few clouds": "🌀", "few clouds": "🌀",
"fog": "🌫", "fog": "🌫",