From e48f184de1d7562e3989b5841b94ea31e4e9896c Mon Sep 17 00:00:00 2001 From: MagicTheDev <82341152+MagicTheDev@users.noreply.github.com> Date: Tue, 24 Dec 2024 15:25:22 -0600 Subject: [PATCH] Update events.py --- discord/events.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/discord/events.py b/discord/events.py index f4b7cb37..db67549b 100644 --- a/discord/events.py +++ b/discord/events.py @@ -246,8 +246,6 @@ async def on_slash_command_completion(self, ctx: disnake.ApplicationCommandInter ) current_time = int(pend.now(tz=pend.UTC).timestamp()) - if self.bot.is_owner(ctx.author): - last_run = None HOURS = 12 MINUTES = 0 run_time_check_seconds = (HOURS * 60 * 60) + (MINUTES * 60)