asdf
This commit is contained in:
parent
ba4a9f86b2
commit
3cb5ab9a5e
2
index.js
2
index.js
|
@ -304,8 +304,6 @@ 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");
|
||||
sendAlert("6371787150", generateTransactionNumber(), "KCA Product Showcase", "Building Security", 1, "Front Door", "alarm");
|
||||
startTime = new Date();
|
||||
client.login(process.env.DISCORD_TOKEN);
|
Loading…
Reference in a new issue