diff options
author | destruc7i0n <dscdsouza@outlook.com> | 2020-04-29 10:00:30 -0400 |
---|---|---|
committer | destruc7i0n <dscdsouza@outlook.com> | 2020-04-29 10:00:30 -0400 |
commit | e288b74fabf5a6d69ebdf32182fadd35b2ace1b3 (patch) | |
tree | 072b3ab2a4770fbaee5a16cf4bae6b081e1bf21a /src/Config.ts | |
parent | Update README.md (diff) | |
download | shulker-e288b74fabf5a6d69ebdf32182fadd35b2ace1b3.tar.gz shulker-e288b74fabf5a6d69ebdf32182fadd35b2ace1b3.zip |
add the ability to handle webhook messages
Diffstat (limited to 'src/Config.ts')
-rw-r--r-- | src/Config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Config.ts b/src/Config.ts index ce59ed2..dff0b10 100644 --- a/src/Config.ts +++ b/src/Config.ts @@ -3,6 +3,7 @@ export interface Config { USE_WEBHOOKS: boolean WEBHOOK_URL: string + IGNORE_WEBHOOKS: string DISCORD_TOKEN: string DISCORD_CHANNEL_ID: string DISCORD_CHANNEL_NAME: string |