mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-09-18 22:52:55 +00:00
6 lines
107 B
JavaScript
6 lines
107 B
JavaScript
module.exports = {
|
|
name: 'SIGTERM',
|
|
async execute(client) {
|
|
process.emit('SIGINT');
|
|
}
|
|
} |