mirror of
https://github.com/ershisan99/scrape-icp.git
synced 2025-12-18 20:59:34 +00:00
update base image
This commit is contained in:
@@ -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')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user