From dfe2c736b5ec8195c95f112e61b9971736239e08 Mon Sep 17 00:00:00 2001 From: JP Date: Sat, 27 Jul 2019 14:14:04 +0200 Subject: [PATCH] Fix: willy emoji --- Shitpost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shitpost.py b/Shitpost.py index 39c7cff..7d73570 100644 --- a/Shitpost.py +++ b/Shitpost.py @@ -536,7 +536,7 @@ class Shitpost(object): if ("code rood" in weatherObj["alarmtxt"].lower()): return "rood", "HOLY SHIT :scream: HET IS :red_circle:CODE ROOD:red_circle:!! " + weatherObj["alarmtxt"] + ". Hide yo kids, hide yo wife!" if ("code oranje" in weatherObj["alarmtxt"].lower()): - return "oranje", "PAS OP! :large_orange_diamond: Code Oranje :large_orange_diamond: is van kracht! :willy: " + weatherObj["alarmtxt"] + return "oranje", "PAS OP! :large_orange_diamond: Code Oranje :large_orange_diamond: is van kracht! <:willy:505886070668263426> " + weatherObj["alarmtxt"] return "geel", ":warning: Kennelijk is er een weeralarm: " + weatherObj["alarmtxt"] #determines a BBQ grade based on the current weather