1
0
mirror of https://github.com/warengroup/eximiabots-radiox.git synced 2025-05-02 12:34:55 +00:00

Updated SIGTERM event

This commit is contained in:
Christer Warén 2021-09-06 21:44:45 +03:00
parent 3ac284e237
commit 884233a938

@ -1,6 +1,6 @@
module.exports = {
name: 'SIGTERM',
async execute(client) {
execute(client) {
process.emit('SIGINT');
}
}