diff --git a/Shitpost.py b/Shitpost.py index bec2cf9..2824ace 100644 --- a/Shitpost.py +++ b/Shitpost.py @@ -154,7 +154,10 @@ class Shitpost(object): print("Time till 420: " + str(Distance.days) + ", " + str(Distance.seconds)) Message = "" if Distance.days < 0: - Message += "420 is al geweest dit jaar. Blaze het volgend jaar nog eens." + if Distance.days == -1 and Now.day == 20: #is it still 420 today? + Message += ":leaf: **BLAZE IT** :leaf: " + else: + Message += "420 is al geweest dit jaar. Blaze het volgend jaar nog eens." else: days = Distance.days #bv 4 secondsLeft = (Distance.seconds)