datum update

This commit is contained in:
2021-06-25 23:52:33 +02:00
parent 11959a2dec
commit 02068beec3
+1 -1
View File
@@ -39,7 +39,7 @@ class Shitpost(commands.Cog):
#year, month, day, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0) #year, month, day, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0)
Now = datetime.now() Now = datetime.now()
HdConDate = datetime(2020, 9, 3, 4, 0, 1) #om 4 uur lig je toch wel al op bed? HdConDate = datetime(2021, 9, 3, 4, 0, 1) #om 4 uur lig je toch wel al op bed?
Distance = HdConDate - Now Distance = HdConDate - Now
Message = Message = "HD Con 2021 is al voorbij. HD Con 2022 zal in 2022 plaatsvinden." #init Message = Message = "HD Con 2021 is al voorbij. HD Con 2022 zal in 2022 plaatsvinden." #init
if Distance.days < 0: if Distance.days < 0: