1
0
mirror of https://github.com/warengroup/eximiabots-radiox.git synced 2025-05-09 09:27:16 +00:00
2021-09-09 12:44:50 +03:00

7 lines
102 B
JavaScript

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