mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-05-09 09:27:16 +00:00
7 lines
102 B
JavaScript
7 lines
102 B
JavaScript
module.exports = {
|
|
name: 'SIGTERM',
|
|
execute(client) {
|
|
process.emit('SIGINT');
|
|
}
|
|
}
|