mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2026-04-10 18:06:01 +00:00
Minor
This commit is contained in:
@@ -7,7 +7,6 @@ class EventsSystem:
|
||||
|
||||
def __init__(self):
|
||||
self.__events = {
|
||||
"on_starting": [self.on_starting],
|
||||
"on_started": [self.on_started],
|
||||
"on_stop": [self.on_stop],
|
||||
"on_auth": [self.on_auth]
|
||||
@@ -36,9 +35,6 @@ class EventsSystem:
|
||||
else:
|
||||
self.log.warning(f"Event {event_name} does not exist. Just skipping it...")
|
||||
|
||||
def on_starting(self):
|
||||
pass
|
||||
|
||||
def on_started(self):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user