aboutsummaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'app.js')
-rw-r--r--app.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app.js b/app.js
index 64c18dc..34b5587 100644
--- a/app.js
+++ b/app.js
@@ -50,7 +50,7 @@ rl.on("line", (input) => {
case "exit":
async function exitWebsite() {
console.log("[i] Closing website...");
- await Hook.info("Alee Productions Website", "Website is shutting down...");
+ //await Hook.info("Alee Productions Website", "Website is shutting down...");
process.exit(0);
}
exitWebsite();
@@ -81,6 +81,6 @@ app.use((req, res) => {
});
app.listen(port, () => {
- Hook.success("Alee Productions Website","Website has been loaded!")
+ //Hook.success("Alee Productions Website","Website has been loaded!")
console.log(`[>] Website listening on port ${port}!`)
}); \ No newline at end of file