From 189ff921e5a1e14569fb49c44bf679b1b86f2869 Mon Sep 17 00:00:00 2001 From: Samot19 <81269200+Samot19@users.noreply.github.com> Date: Thu, 1 Apr 2021 17:52:58 -0600 Subject: Update utils.py --- cogs/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/utils.py b/cogs/utils.py index 1635b33..1ad303d 100755 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -529,7 +529,7 @@ class Utils(commands.Cog): for user in fair: tz = fair[user]["timezone"] currentdate = datetime.datetime.now(timezone(tz)).date() - if fair[user]["date"] != str(currentdate) and fair[user]["date"] != str(currentdate-timedelta(1)) and fair[user]["streak"] != 1: + if fair[user]["date"] != str(currentdate) and fair[user]["date"] != str(currentdate-timedelta(1)): fair[user]["streak"] = 1 fair[user]["date"] = str(currentdate) await ctx.send(self.bot.get_user(int(user)).mention + ": You lost your streak! <:sad:716629485449117708>") -- cgit v1.2.3