diff --git a/src/main.ts b/src/main.ts index 5aad83b..97e1211 100644 --- a/src/main.ts +++ b/src/main.ts @@ -84,7 +84,7 @@ async function startWebhook(config: WebhookConfig) { url: config.botWebhook }); }); - }, 25000); + }, 60000); }); }