added hours to 420
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user