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{
|
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": "π«",
|
||||||
|
Loadingβ¦
x
Reference in New Issue
Block a user