Skip to content

Commit

Permalink
Style Reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-zaidali authored Nov 4, 2023
1 parent e9812c4 commit 3307fef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions timer/timers.py
Original file line number Diff line number Diff line change
@@ -191,7 +191,7 @@ async def timer_start(
self.to_end.clear()
self.end_timer.restart()
self.task = self.end_timer.get_task()

@timer.command(name="end")
async def timer_end(self, ctx: commands.Context, timer_id: int):
"""
@@ -208,7 +208,7 @@ async def timer_end(self, ctx: commands.Context, timer_id: int):

await timer.end()
await ctx.tick(message="Timer ended!")

self.to_end.clear()
self.end_timer.restart()
self.task = self.end_timer.get_task()

0 comments on commit 3307fef

Please sign in to comment.