mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-08-14 02:18:03 +00:00
Updated SIGTERM event
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
name: 'SIGTERM',
|
name: 'SIGTERM',
|
||||||
async execute(client) {
|
execute(client) {
|
||||||
process.emit('SIGINT');
|
process.emit('SIGINT');
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user