Add auto kick functionality #502
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ export class CoreClient extends Client {
|
||||||
.then(() => {
|
.then(() => {
|
||||||
console.log("Data Source Initialized");
|
console.log("Data Source Initialized");
|
||||||
|
|
||||||
this._timerHelper.AddTimer("0 * * * *", "Europe/London", AutoKick, true);
|
this._timerHelper.AddTimer("0 * * * *", "Europe/London", AutoKick, false);
|
||||||
|
|
||||||
this._timerHelper.StartAllTimers();
|
this._timerHelper.StartAllTimers();
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue