fix: edit send ping
This commit is contained in:
parent
b8aa9860f6
commit
9ceee26012
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue