mirror of
https://github.com/SkyfallWasTaken/arcade-monitor.git
synced 2024-11-10 03:49:40 +00:00
Fix Slack group ID pings
This commit is contained in:
parent
b9a3f6d078
commit
ca2acbffe6
2 changed files with 3 additions and 0 deletions
|
@ -68,6 +68,8 @@ async fn run_scrape(env: Env) -> Result<String> {
|
|||
.body(slack_body.to_string())
|
||||
.send()
|
||||
.await
|
||||
.unwrap()
|
||||
.error_for_status()
|
||||
.unwrap();
|
||||
|
||||
// ntfy webhook
|
||||
|
|
|
@ -14,6 +14,7 @@ mode = "smart"
|
|||
[vars]
|
||||
NTFY_URL = "https://ntfy.hackclub.app/arcade-monitor"
|
||||
ARCADE_SHOP_URL = "https://hackclub.com/arcade/shop/"
|
||||
SLACK_GROUP_ID = "S07B2CBT2DV"
|
||||
|
||||
[[kv_namespaces]]
|
||||
binding = "SHOP_ITEMS"
|
||||
|
|
Loading…
Reference in a new issue