diff --git a/Shitpost.py b/Shitpost.py index e7c605f..3176d11 100644 --- a/Shitpost.py +++ b/Shitpost.py @@ -38,7 +38,7 @@ class Shitpost(object): secondsLeft = secondsLeft - hours*3600 minutes = math.floor(secondsLeft / 60) seconds = secondsLeft - minutes * 60 - Message += "Nog " + str(days) + " dagen, " + str(minutes) + " minuten en " + str(seconds) + " seconden tot 420!!" + Message += "Nog " + str(days) + " dagen, " + str(hours) + " uur, " + str(minutes) + " minuten en " + str(seconds) + " seconden tot 420!!" yield from ctx.channel.send(ctx.author.mention + ' ' + str(Message)) @commands.command(pass_context=True, hidden=False)