Fixing slack stuff

This commit is contained in:
lwoodard
2026-04-14 05:43:30 -06:00
parent 91b7028382
commit 6c5f3072a2
3 changed files with 26 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ modules:
curl -s -X POST https://slack.com/api/users.profile.set \
-H "Authorization: Bearer {{env "SLACK_TOKEN"}}" \
-H "Content-Type: application/json" \
-d '{"profile":{"status_emoji":"","status_text":"","status_expiration":0}}'
-d '{"profile":{"status_emoji":":dumpsterfire:","status_text":"Offline","status_expiration":0}}'
end_snooze:
exec: |