Refactor secrets.py: add discord_alert_webhook_url for alerts and clarify existing webhook usage
This commit is contained in:
parent
e52e1a4f6b
commit
4a3e52d846
@ -1,5 +1,6 @@
|
|||||||
secrets = {
|
secrets = {
|
||||||
'ssid': 'GOOGL',
|
'ssid': 'GOOGL',
|
||||||
'password': 'f33d1Eat2@986',
|
'password': 'f33d1Eat2@986',
|
||||||
'discord_webhook_url': 'https://discord.com/api/webhooks/1199545130378608650/UyJj0e-YuSlmVZD87zaHitXZLC55RP6LVBUv3nt9ZWr6d4AGzSGKZ-zI6V_VwA6I4qSq' # Add this line
|
'discord_webhook_url': 'https://discord.com/api/webhooks/1199545130378608650/UyJj0e-YuSlmVZD87zaHitXZLC55RP6LVBUv3nt9ZWr6d4AGzSGKZ-zI6V_VwA6I4qSq', # normal updates
|
||||||
|
'discord_alert_webhook_url': 'https://discord.com/api/webhooks/1435432382110109706/pxS971lwhBbuGd2cIK46mR6Jum-BBDSoCLg_4VYSpV0dia4fNVCjez73ue3JaI29Vtdx', # alerts only
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user