summary refs log tree commit diff homepage
path: root/config.json
diff options
context:
space:
mode:
authordestruc7i0n <dscdsouza@outlook.com>2020-04-29 10:00:30 -0400
committerdestruc7i0n <dscdsouza@outlook.com>2020-04-29 10:00:30 -0400
commite288b74fabf5a6d69ebdf32182fadd35b2ace1b3 (patch)
tree072b3ab2a4770fbaee5a16cf4bae6b081e1bf21a /config.json
parentUpdate README.md (diff)
downloadshulker-e288b74fabf5a6d69ebdf32182fadd35b2ace1b3.tar.gz
shulker-e288b74fabf5a6d69ebdf32182fadd35b2ace1b3.zip
add the ability to handle webhook messages
Diffstat (limited to 'config.json')
-rw-r--r--config.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.json b/config.json
index 43d7140..2ca92fb 100644
--- a/config.json
+++ b/config.json
@@ -3,6 +3,7 @@
 
     "USE_WEBHOOKS": true,
     "WEBHOOK_URL": "DISCORD_WEBHOOK_URL_HERE",
+    "IGNORE_WEBHOOKS": true,
     "DISCORD_TOKEN": "TOKEN_HERE",
     "DISCORD_CHANNEL_ID": "",
     "DISCORD_CHANNEL_NAME": "#bot",