1
0
Fork 0
mirror of synced 2024-05-07 06:02:24 +12:00

Backwards if

This commit is contained in:
Dan Hess 2020-07-01 11:11:17 -05:00
parent abd62bdba7
commit 4e56078361

View file

@ -118,7 +118,7 @@ class Raffle(commands.Cog):
elif "day" in term:
num = num * 24 * 60 * 60
if 60 < num < 259200:
if not 60 < num < 259200:
await ctx.send(
"Length provided out of range! The minimum for this is 10 minutes, and the maximum is 3 days")
return