Added bird emoji for Crowstorm

This commit is contained in:
Kevin Rode 2021-01-03 23:14:03 -05:00
parent 73ab5572ec
commit ddc74fea97

View File

@ -28,7 +28,7 @@ def all_weathers():
#generate default config #generate default config
super_weather_json = jsonpickle.encode(weather("Supernova", "🌟")) super_weather_json = jsonpickle.encode(weather("Supernova", "🌟"))
mid_weather_json = jsonpickle.encode(weather("Midnight", "🕶")) mid_weather_json = jsonpickle.encode(weather("Midnight", "🕶"))
crow_weather_json = jsonpickle.encode(weather("Crowstorm", "")) crow_weather_json = jsonpickle.encode(weather("Crowstorm", "🐦"))
slime_weather_json = jsonpickle.encode(weather("Slime", "🟢")) slime_weather_json = jsonpickle.encode(weather("Slime", "🟢"))
peanut_weather_json = jsonpickle.encode(weather("Peanado", "🥜")) peanut_weather_json = jsonpickle.encode(weather("Peanado", "🥜"))
thickair_weather_json = jsonpickle.encode(weather("Thick Air", "🌫️")) thickair_weather_json = jsonpickle.encode(weather("Thick Air", "🌫️"))