diff --git a/src/entryPoint.php b/src/entryPoint.php index d556679..f6540ac 100644 --- a/src/entryPoint.php +++ b/src/entryPoint.php @@ -22,8 +22,7 @@ require_once 'Handlers.php'; $handlers = array( new BeatHandler(), new BlueRoomYiffHandler(), - new BoopTextHandler(), - new OwOHandler() + new BoopTextHandler() ); function reply_user(int $room_id, int $msgid, string $message, $room_lang): bool