diff --git a/scripts/setup.js b/scripts/setup.js index 26272a6..2d6b237 100644 --- a/scripts/setup.js +++ b/scripts/setup.js @@ -309,6 +309,7 @@ function defineEchoHandler() { const {as} = require("../src/matrix/appservice") as.router.use("/**", defineEchoHandler()) + await as.listen() console.log("⏳ Waiting for you to register the file with your homeserver... (Ctrl+C to cancel)") process.once("SIGINT", () => {