Skip to content

Commit

Permalink
Update events.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicTheDev authored Dec 24, 2024
1 parent 1f3769d commit e48f184
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions discord/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e48f184

Please sign in to comment.