about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenny Morrison <benmorrison@ttm.sh>2019-03-17 23:26:05 -0400
committerBenny Morrison <benmorrison@ttm.sh>2019-03-17 23:26:05 -0400
commit6b04f1684f08fcb55c8cd7d051a62066233baa54 (patch)
treef0dcc4cc2db6be549c83ec3c62d355f67a61967a
parent3c3e237996f016bb3e9e6ccd5b15b357cb281a16 (diff)
downloadgoofbot-6b04f1684f08fcb55c8cd7d051a62066233baa54.tar.gz
changed message priority
-rw-r--r--gotify.sh.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/gotify.sh.example b/gotify.sh.example
index 8a2ac9d..91d4f45 100644
--- a/gotify.sh.example
+++ b/gotify.sh.example
@@ -5,4 +5,4 @@ curl --request POST \
     --header 'accept: application/json' \
       --header 'content-type: application/json' \
         --header 'x-gotify-key: redacted' \
-          --data '{  "message": "A hero is needed in #institute",  "priority": 2,  "title": "Admin Request" }'
+          --data '{  "message": "A hero is needed in #institute",  "priority": 5,  "title": "Admin Request" }'