DemoBot: changing the interval.

This commit is contained in:
John Livingston 2021-12-08 18:58:50 +01:00
parent 5384050ef5
commit 252a6abb1f
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC

View File

@ -54,7 +54,7 @@ export class BotHandlerDemo extends BotHandler {
this.randomTimeout = setInterval(() => {
this.sendRandomMessage()
}, 10 * 1000)
}, 60 * 1000)
}
public stop (): void {