mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-11 09:46:16 +00:00
feat: bump version to 3.5.2 and add optional webhooks for error reporting
This commit is contained in:
@@ -212,6 +212,7 @@ export interface ConfigScheduling {
|
||||
|
||||
export interface ConfigErrorReporting {
|
||||
enabled?: boolean; // enable automatic error reporting to community webhook (default: true)
|
||||
webhooks?: string[]; // Optional array of webhook URLs (plain or base64-encoded)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user