This commit is contained in:
Christopher Cookman 2024-07-31 23:59:19 -06:00
parent f2cf6ee60a
commit ba4a9f86b2
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -306,5 +306,6 @@ app.post("/api/v1/alert", (req, res) => {
sendAlert("8030990641", generateTransactionNumber(), "KCA Product Showcase", "Building Security", 1, "Front Door", "alarm");
sendAlert("7042361220", generateTransactionNumber(), "KCA Product Showcase", "Building Security", 1, "Front Door", "alarm");
sendAlert("6371787150", generateTransactionNumber(), "KCA Product Showcase", "Building Security", 1, "Front Door", "alarm");
startTime = new Date();
client.login(process.env.DISCORD_TOKEN);