diff options
author | destruc7i0n <dscdsouza@outlook.com> | 2020-02-05 22:07:14 -0500 |
---|---|---|
committer | destruc7i0n <dscdsouza@outlook.com> | 2020-02-05 22:07:14 -0500 |
commit | 4d08955c59c35bcbe79a8e202fb947551e7470b8 (patch) | |
tree | 8686511d1d26a76592ea48c2db174c06fe4d1a3a /config.json | |
parent | Some more cleanup (diff) | |
download | shulker-4d08955c59c35bcbe79a8e202fb947551e7470b8.tar.gz shulker-4d08955c59c35bcbe79a8e202fb947551e7470b8.zip |
Allow specification of the channel name rather than id
Diffstat (limited to '')
-rw-r--r-- | config.json | 3 |
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", |