fix shutdown function
This commit is contained in:
parent
4fa9f5e795
commit
abc21ac158
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ class Functions {
|
|||
'Goodbye'
|
||||
];
|
||||
|
||||
this.client.disconnect();
|
||||
this.client.destroy();
|
||||
|
||||
this.client.logger.success('SHUTDOWN_SUCCESS', exitQuotes.random());
|
||||
|
||||
|
|
Loading…
Reference in a new issue