From f2cf6ee60a1657dc92a42b3c7e6116213c193250 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Wed, 31 Jul 2024 23:58:10 -0600 Subject: [PATCH] test --- index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 46fdeae..f7dcf6c 100644 --- a/index.js +++ b/index.js @@ -24,7 +24,7 @@ const { REST, Routes } = require('discord.js'); -const { title } = require("process"); +const { title, send } = require("process"); const rest = new REST({ version: '10' }).setToken(process.env.DISCORD_TOKEN); @@ -304,6 +304,7 @@ app.post("/api/v1/alert", (req, res) => { res.sendStatus(204); }) - +sendAlert("8030990641", generateTransactionNumber(), "KCA Product Showcase", "Building Security", 1, "Front Door", "alarm"); +sendAlert("7042361220", generateTransactionNumber(), "KCA Product Showcase", "Building Security", 1, "Front Door", "alarm"); startTime = new Date(); client.login(process.env.DISCORD_TOKEN); \ No newline at end of file