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

Better emoji for weather's 'broken clouds'

This commit is contained in:
Chris Cummer 2018-08-03 05:19:12 -07:00
parent 6a7c07eddc
commit 5f39a2900d

View File

@ -6,7 +6,7 @@ import (
var weatherEmoji = map[string]string{
"default": "💥",
"broken clouds": "~",
"broken clouds": "🌤",
"clear": " ",
"clear sky": " ",
"cloudy": "⛅️",