From e288b74fabf5a6d69ebdf32182fadd35b2ace1b3 Mon Sep 17 00:00:00 2001 From: destruc7i0n Date: Wed, 29 Apr 2020 10:00:30 -0400 Subject: add the ability to handle webhook messages --- src/Config.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Config.ts') 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 -- cgit 1.4.1