diff --git a/bots/lib/bot/handlers/demo.ts b/bots/lib/bot/handlers/demo.ts index 60350295..25d08101 100644 --- a/bots/lib/bot/handlers/demo.ts +++ b/bots/lib/bot/handlers/demo.ts @@ -54,7 +54,7 @@ export class BotHandlerDemo extends BotHandler { this.randomTimeout = setInterval(() => { this.sendRandomMessage() - }, 10 * 1000) + }, 60 * 1000) } public stop (): void {