update base image

This commit is contained in:
andres
2023-03-14 00:45:13 +01:00
parent d619efc67d
commit bbefbec805
2 changed files with 46 additions and 36 deletions

View File

@@ -139,5 +139,9 @@ bot.on(message('text'), async (ctx) => {
void bot.launch()
process.once('SIGINT', () => { bot.stop('SIGINT') })
process.once('SIGTERM', () => { bot.stop('SIGTERM') })
process.once('SIGINT', () => {
bot.stop('SIGINT')
})
process.once('SIGTERM', () => {
bot.stop('SIGTERM')
})