diff --git a/src/client/client.ts b/src/client/client.ts index 59fb946..86b34bd 100644 --- a/src/client/client.ts +++ b/src/client/client.ts @@ -65,7 +65,7 @@ export class CoreClient extends Client { .then(() => { console.log("Data Source Initialized"); - this._timerHelper.AddTimer("0 * * * *", "Europe/London", AutoKick, true); + this._timerHelper.AddTimer("0 * * * *", "Europe/London", AutoKick, false); this._timerHelper.StartAllTimers(); })