summary refs log tree commit diff homepage
path: root/src/Config.ts
diff options
context:
space:
mode:
authordestruc7i0n <6181960+destruc7i0n@users.noreply.github.com>2020-10-05 09:44:24 -0400
committerGitHub <noreply@github.com>2020-10-05 09:44:24 -0400
commit2fe4b2c3648bc3e1b3c0c229f8cdfa1b8f6bffcb (patch)
treeff00c276d8284656d55691559171e80b4cf0d02c /src/Config.ts
parentMerge pull request #61 from MarshallOliver/Discord-mentions-regex (diff)
parentnew config stuff (diff)
downloadshulker-2fe4b2c3648bc3e1b3c0c229f8cdfa1b8f6bffcb.tar.gz
shulker-2fe4b2c3648bc3e1b3c0c229f8cdfa1b8f6bffcb.zip
Merge pull request #63 from surepy/master
Add compatibility options MINECRAFT_TELLRAW_DOESNT_EXIST
Diffstat (limited to 'src/Config.ts')
-rw-r--r--src/Config.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Config.ts b/src/Config.ts
index dff0b10..acbab21 100644
--- a/src/Config.ts
+++ b/src/Config.ts
@@ -12,6 +12,8 @@ export interface Config {
   MINECRAFT_SERVER_RCON_IP: string
   MINECRAFT_SERVER_RCON_PORT: number
   MINECRAFT_SERVER_RCON_PASSWORD: string
+  MINECRAFT_TELLRAW_DOESNT_EXIST: boolean
+  MINECRAFT_TELLRAW_DOESNT_EXIST_SAY_TEMPLATE: string
   MINECRAFT_TELLRAW_TEMPLATE: string
 
   IS_LOCAL_FILE: boolean