fix: edit send ping

This commit is contained in:
Siwoo Jeon 2023-09-25 19:32:33 +09:00
parent b8aa9860f6
commit 9ceee26012
Signed by: migan
GPG key ID: C4151385FFD2082A

View file

@ -73,7 +73,7 @@ export default class ChatBot {
const db = await database.getConnection() const db = await database.getConnection()
await db.ping() await db.ping()
db.release() db.release()
}, 600000) }, 60000)
return this return this
} }
} }