mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-04-20 03:44:48 +00:00
7 lines
105 B
TypeScript
7 lines
105 B
TypeScript
export default {
|
|
name: 'SIGTERM',
|
|
execute(client: any) {
|
|
process.emit('SIGINT');
|
|
}
|
|
}
|