mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 20:55:08 +00:00
Co-authored-by: NeonGamerBot-QK <neon@saahild.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
9 lines
321 B
Bash
9 lines
321 B
Bash
set -a && source .env && set +a
|
|
node -e "console.log(Date.now())" > boot_stamp
|
|
curl -X POST "https://slack.com/api/chat.postMessage" \
|
|
-H "Authorization: Bearer $SLACK_BOT_TOKEN" \
|
|
-H "Content-Type: application/json" \
|
|
-d '{
|
|
"channel": "C07LEEB50KD",
|
|
"text": "Zeon is booting up",
|
|
}'
|