Update ticketAutoclose.js

This commit is contained in:
DJj123dj
2023-03-21 20:10:06 +01:00
parent 0ead037fa8
commit 0807ca884c
+1
View File
@@ -48,6 +48,7 @@ module.exports = () => {
}catch{
log("system","can't find autoclose channel with ID: "+t.key)
storage.delete("autocloseTickets",t.key)
}
})
}catch{}