Files
eximiabots-radiox/src/client/events/SIGTERM.ts
Christer Warén 3fc7337d0f TypeScript types
2023-06-04 05:48:42 +03:00

7 lines
105 B
TypeScript

export default {
name: 'SIGTERM',
execute(client: any) {
process.emit('SIGINT');
}
}