Now support to three different webhook channel

- Bot Report webhook
- Bot Console webhook
- Bot Manager webhook
This commit is contained in:
2023-06-26 11:59:43 +02:00
parent 8a3d2a671c
commit 253d8c9ff3
2 changed files with 84 additions and 59 deletions

View File

@@ -1,6 +1,7 @@
RETRIES=3
WEBHOOK=''
BOT_BROWSER='uc'
PRINT_CONSOLE_LOGS=0
MCR_BOT_WEBHOOK=''
MCR_BOT_WEBHOOK_NAME='Microsoft Rewards Bot Manager'
REPORT_WEBHOOK=''
BOT_CONSOLE_WEBHOOK=''
BOT_CONSOLE_WEBHOOK_NAME='Microsoft Rewards Bot'
MANAGER_WEBHOOK=''
MANAGER_WEBHOOK_NAME='Microsoft Rewards Bot Manager'