Added support for slack notifications

This commit is contained in:
Tzahi12345
2023-04-29 15:46:58 -04:00
parent e7b9dfd312
commit 9a08fc6140
4 changed files with 77 additions and 3 deletions

View File

@@ -220,7 +220,8 @@ const DEFAULT_CONFIG = {
"telegram_bot_token": "",
"telegram_chat_id": "",
"webhook_URL": "",
"discord_webhook_URL": ""
"discord_webhook_URL": "",
"slack_webhook_URL": "",
},
"Themes": {
"default_theme": "default",