DemoBot: changing the interval.
This commit is contained in:
parent
5384050ef5
commit
252a6abb1f
@ -54,7 +54,7 @@ export class BotHandlerDemo extends BotHandler {
|
|||||||
|
|
||||||
this.randomTimeout = setInterval(() => {
|
this.randomTimeout = setInterval(() => {
|
||||||
this.sendRandomMessage()
|
this.sendRandomMessage()
|
||||||
}, 10 * 1000)
|
}, 60 * 1000)
|
||||||
}
|
}
|
||||||
|
|
||||||
public stop (): void {
|
public stop (): void {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user