diff --git a/Shitpost.py b/Shitpost.py index 891bdf2..11f8db5 100644 --- a/Shitpost.py +++ b/Shitpost.py @@ -43,20 +43,20 @@ class Shitpost(commands.Cog): @commands.command(pass_context=True, hidden=False) async def ishetalhdcon(self, ctx): - """Hoe lang nog tot Hoestende Draken Con 2022? + """Hoe lang nog tot Hoestende Draken Con 2023? Gebruik: !ishetalhdcon """ Now = datetime.now() - HdConDate = datetime(2022, 10, 14, 4, 0, 1) #om 4 uur lig je toch wel al op bed? + HdConDate = datetime(2023, 10, 20, 4, 0, 1) #om 4 uur lig je toch wel al op bed? Distance = HdConDate - Now - Message = Message = "HD Con 2022 is al voorbij. HD Con 2023 zal in 2023 plaatsvinden." + Message = Message = "HD Con 2023 is al voorbij. HD Con 2024 zal in 2024 plaatsvinden." if Distance.days == -1: - Message = "HD Con 2022 begint vandaag! HYPE!" + Message = "HD Con 2023 begint vandaag! HYPE!" elif Distance.days < 0 and Distance.days > -4: - Message = "HD Con 2022 is nu bezig!!" + Message = "HD Con 2023 is nu bezig!!" elif Distance.days == -4: - Message = "HD Con 2022 is vandaag alweer afgelopen... F" + Message = "HD Con 2023 is vandaag alweer afgelopen... F" if Distance.days < 0: await ctx.channel.send(ctx.author.mention + ' ' + str(Message))