alert when there is zero OC of a certain level

current impl is incomplete, only shows up to level 4 because thats what our faction has
This commit is contained in:
2025-11-08 06:26:44 -05:00
parent acd3070bd2
commit 3b86c5b9c7
3 changed files with 64 additions and 7 deletions

View File

@@ -2,5 +2,8 @@
"token": "DISCORD TOKEN",
"client": "DISCORD CLIENT ID",
"alerts": "YOUR DISCORD USER ID",
"torn": "TORN API KEY"
"torn": "TORN API KEY",
"channels": {
"ocAlert": "000000000000000000"
}
}