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:
parent
743aa0992f
commit
c82b6d8f94
@ -7,8 +7,8 @@ import (
|
||||
var weatherEmoji = map[string]string{
|
||||
"default": "💥",
|
||||
"broken clouds": "🌤",
|
||||
"clear": " ",
|
||||
"clear sky": " ",
|
||||
"clear": "🌎",
|
||||
"clear sky": "🌎",
|
||||
"cloudy": "⛅️",
|
||||
"few clouds": "🌤",
|
||||
"fog": "🌫",
|
||||
|
Loading…
x
Reference in New Issue
Block a user