Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Gotcha, bitch!
Browse files Browse the repository at this point in the history
  • Loading branch information
gingershaped committed Dec 8, 2023
1 parent 519cc98 commit 4bb97c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vyxalbot2/services/se/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def __init__(self, bot: Bot, room: Room, reactions: Reactions, common: CommonDat
self.editDB: dict[int, tuple[datetime, list[int]]] = {}
self.parser = CommandParser(self.commands.commands)

self.common.ghClient.services.append(self)
self.room.register(self.onMessage, EventType.MESSAGE)
self.room.register(self.onEdit, EventType.EDIT)

Expand Down

0 comments on commit 4bb97c1

Please sign in to comment.