Skip to content

Commit

Permalink
Remove unused task
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapppa committed Sep 22, 2023
1 parent d4daf95 commit e795829
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions chiya/cogs/listeners/joyboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ class Joyboard(commands.Cog):
def __init__(self, bot: commands.Bot) -> None:
self.bot = bot
self.cache = {"add": set(), "remove": set()}
self.handle_reaction.start()

def cog_unload(self) -> None:
self.handle_reaction.cancel()

def generate_color(self, joy_count: int) -> int:
"""
Expand Down

0 comments on commit e795829

Please sign in to comment.