Skip to content

Commit

Permalink
self lol
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-zaidali committed Oct 2, 2023
1 parent c00acae commit a67b011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timer/timers.py
Expand Up @@ -67,7 +67,7 @@ def __init__(self, bot: Red):

self.task = self.end_timer.start()
self.to_end: List[TimerObj] = []
slf.view = TimerView(self)
self.view = TimerView(self)

async def red_delete_data_for_user(self, *, requester, user_id: int):
for timers in self.cache.values():
Expand Down

0 comments on commit a67b011

Please sign in to comment.