fix-startup #77

Merged
werewolfkid merged 13 commits from fix-startup into main 2025-10-21 00:38:49 -04:00
11 changed files with 195 additions and 136 deletions
Showing only changes of commit 1b38aad76a - Show all commits

View File

@@ -84,7 +84,7 @@ async function startWebhook(config: WebhookConfig) {
url: config.botWebhook
});
});
}, 25000);
}, 60000);
});
}