diff --git a/index.js b/index.js index 48ef75b..2dffd06 100644 --- a/index.js +++ b/index.js @@ -234,6 +234,7 @@ xmpp.on("online", async (address) => { setTimeout(() => { startup = false; + console.log("Startup complete, forwarding messages now"); }, 1000) });