2021-09-02 19:18:20 +03:00

6 lines
107 B
JavaScript

module.exports = {
name: 'SIGTERM',
async execute(client) {
process.emit('SIGINT');
}
}