summary refs log tree commit diff homepage
path: root/src/Config.ts
diff options
context:
space:
mode:
authordestruc7i0n <destruc7i0n@users.noreply.github.com>2021-12-31 13:08:00 -0500
committerdestruc7i0n <destruc7i0n@users.noreply.github.com>2021-12-31 13:08:00 -0500
commit7987f65b4b9625060e78ec4398ec16dd26e48bfa (patch)
treeb9f4d0c40eee600de557158742806d0cbd7e7c2f /src/Config.ts
parentfallback to bot message if webhook fails (diff)
parentMerge branch 'death-message-regex' of https://github.com/MageLuingil/shulker ... (diff)
downloadshulker-7987f65b4b9625060e78ec4398ec16dd26e48bfa.tar.gz
shulker-7987f65b4b9625060e78ec4398ec16dd26e48bfa.zip
Merge branch 'MageLuingil-death-message-regex'
Diffstat (limited to '')
-rw-r--r--src/Config.ts2
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[]
 }