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