diff options
author | destruc7i0n <destruc7i0n@users.noreply.github.com> | 2021-12-31 13:07:22 -0500 |
---|---|---|
committer | destruc7i0n <destruc7i0n@users.noreply.github.com> | 2021-12-31 13:07:22 -0500 |
commit | e489d05f1691c6d15dfde2138cc55e40265fe6f1 (patch) | |
tree | b9f4d0c40eee600de557158742806d0cbd7e7c2f /src/Config.ts | |
parent | fallback to bot message if webhook fails (diff) | |
parent | Missed an old 1.12 death message in the regex (diff) | |
download | shulker-e489d05f1691c6d15dfde2138cc55e40265fe6f1.tar.gz shulker-e489d05f1691c6d15dfde2138cc55e40265fe6f1.zip |
Merge branch 'death-message-regex' of https://github.com/MageLuingil/shulker into MageLuingil-death-message-regex
Diffstat (limited to '')
-rw-r--r-- | src/Config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Config.ts b/src/Config.ts index bcc45ef..485d6ae 100644 --- a/src/Config.ts +++ b/src/Config.ts @@ -34,6 +34,7 @@ export interface Config { WEBHOOK: string REGEX_SERVER_PREFIX: string REGEX_MATCH_CHAT_MC: string + REGEX_DEATH_MESSAGE: string REGEX_IGNORED_CHAT: string SERVER_NAME: string @@ -45,5 +46,4 @@ export interface Config { SHOW_PLAYER_ADVANCEMENT: boolean SHOW_PLAYER_DEATH: boolean SHOW_PLAYER_ME: boolean - DEATH_KEY_WORDS: string[] } |