diff options
author | Colin <dscdsouza@outlook.com> | 2016-08-29 15:13:02 +0000 |
---|---|---|
committer | Colin <dscdsouza@outlook.com> | 2016-08-29 15:13:02 +0000 |
commit | fdefdb1d98b24bff2b275fb1b68acfa10bed99ae (patch) | |
tree | 1d5fb9d0d8beaae87bb1567e4086c71b4411c6e5 /config.json | |
parent | Update discord.js version (diff) | |
download | shulker-fdefdb1d98b24bff2b275fb1b68acfa10bed99ae.tar.gz shulker-fdefdb1d98b24bff2b275fb1b68acfa10bed99ae.zip |
Fixes
Diffstat (limited to '')
-rw-r--r-- | config.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/config.json b/config.json index 07e3895..d34d46a 100644 --- a/config.json +++ b/config.json @@ -1,13 +1,12 @@ { "PORT": 8000, - "DISCORD_EMAIL": "example@example.com", - "DISCORD_PASSWORD": "password123", - "DISCORD_CHANNEL": "general", + "DISCORD_TOKEN": "TOKEN_HERE", + "DISCORD_CHANNEL_ID": "general", "MINECRAFT_SERVER_RCON_IP": "example.com", "MINECRAFT_SERVER_RCON_PORT": 25575, "MINECRAFT_SERVER_RCON_PASSWORD": "password", "WEBHOOK": "/minecraft/hook", - "REGEX_MATCH_CHAT_MC": "\\[Server thread/INFO\\]: <(.*)> (.*)", + "REGEX_MATCH_CHAT_MC": "\\[Server thread/INFO\\]: <([^>]*)> (.*)", "REGEX_IGNORED_CHAT": "packets too frequently", "RCON_RECONNECT_DELAY": 10, "DEBUG": false |