Skip to content

Commit 96647b5

Browse files
committed
Update deps
1 parent d6dfc84 commit 96647b5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

discord_api_monitor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import SendDiscordMessage from "send-discord-message";
55
dotenv.config();
66

77
// My Discord user ID
8-
const USER_ID = "746007341572554882";
8+
const USER_ID = process.env.DISCORD_USER_ID;
99

1010
// Initialize the messenger with a Discord channel webhook
1111
const messenger = new SendDiscordMessage(process.env.ALERTS_WEBHOOK_URL);

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"@biomejs/biome": "^1.9.4",
1717
"discord.js": "^14.18.0",
1818
"dotenv": "^16.5.0",
19-
"send-discord-message": "^1.0.0"
19+
"send-discord-message": "^1.0.1"
2020
}
2121
}

pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)