Skip to content

Commit

Permalink
fix: bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
7ez committed Mar 29, 2024
1 parent 3998e29 commit 02c4820
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pep.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
from objects import glob
from pubSubHandlers import banHandler
from pubSubHandlers import bot_msg_handler
from pubSubHandlers import changePassword
from pubSubHandlers import disconnectHandler
from pubSubHandlers import notificationHandler
from pubSubHandlers import refreshPrivsHandler
Expand Down Expand Up @@ -198,7 +197,6 @@ def main():
"peppy:ban": banHandler.handler(),
"peppy:notification": notificationHandler.handler(),
"peppy:refresh_privs": refreshPrivsHandler.handler(),
"peppy:change_pass": changePassword.handler(),
"peppy:bot_msg": bot_msg_handler.handler(),
},
).start()
Expand Down

0 comments on commit 02c4820

Please sign in to comment.