mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-10 01:06:17 +00:00
Fix false
This commit is contained in:
@@ -104,7 +104,7 @@
|
|||||||
// === NOTIFICATIONS ===
|
// === NOTIFICATIONS ===
|
||||||
// See docs/notifications.md for details
|
// See docs/notifications.md for details
|
||||||
"webhook": {
|
"webhook": {
|
||||||
"enabled": true,
|
"enabled": false,
|
||||||
"url": ""
|
"url": ""
|
||||||
},
|
},
|
||||||
"conclusionWebhook": {
|
"conclusionWebhook": {
|
||||||
@@ -142,7 +142,7 @@
|
|||||||
// The bot will run once per day at the time you specify
|
// The bot will run once per day at the time you specify
|
||||||
// Time is based on YOUR computer/server timezone (automatically detected)
|
// Time is based on YOUR computer/server timezone (automatically detected)
|
||||||
"scheduling": {
|
"scheduling": {
|
||||||
"enabled": true, // Set to true to enable automatic daily runs
|
"enabled": false, // Set to true to enable automatic daily runs
|
||||||
"time": "09:00" // Time in 24h format (HH:MM) - e.g., "09:00" = 9 AM, "21:30" = 9:30 PM
|
"time": "09:00" // Time in 24h format (HH:MM) - e.g., "09:00" = 9 AM, "21:30" = 9:30 PM
|
||||||
},
|
},
|
||||||
// === UPDATES ===
|
// === UPDATES ===
|
||||||
|
|||||||
Reference in New Issue
Block a user