diff --git a/src/modules/ChatBot.ts b/src/modules/ChatBot.ts index 0376735..21e6b32 100644 --- a/src/modules/ChatBot.ts +++ b/src/modules/ChatBot.ts @@ -73,7 +73,7 @@ export default class ChatBot { setInterval(async () => { await this.db.ping() - }, 60000) + }, 600000) return this } }