summary refs log tree commit diff homepage
path: root/config.json
diff options
context:
space:
mode:
authordestruc7i0n <dscdsouza@outlook.com>2020-02-05 22:07:14 -0500
committerdestruc7i0n <dscdsouza@outlook.com>2020-02-05 22:07:14 -0500
commit4d08955c59c35bcbe79a8e202fb947551e7470b8 (patch)
tree8686511d1d26a76592ea48c2db174c06fe4d1a3a /config.json
parentSome more cleanup (diff)
downloadshulker-4d08955c59c35bcbe79a8e202fb947551e7470b8.tar.gz
shulker-4d08955c59c35bcbe79a8e202fb947551e7470b8.zip
Allow specification of the channel name rather than id
Diffstat (limited to 'config.json')
-rw-r--r--config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.json b/config.json
index 2179402..43d7140 100644
--- a/config.json
+++ b/config.json
@@ -4,7 +4,8 @@
     "USE_WEBHOOKS": true,
     "WEBHOOK_URL": "DISCORD_WEBHOOK_URL_HERE",
     "DISCORD_TOKEN": "TOKEN_HERE",
-    "DISCORD_CHANNEL_ID": "1234",
+    "DISCORD_CHANNEL_ID": "",
+    "DISCORD_CHANNEL_NAME": "#bot",
     "DISCORD_MESSAGE_TEMPLATE": "`%username%`: %message%",
 
     "MINECRAFT_SERVER_RCON_IP": "127.0.0.1",