fix shutdown function

This commit is contained in:
Emily 2021-07-15 12:38:23 +10:00
parent 4fa9f5e795
commit abc21ac158
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ class Functions {
'Goodbye'
];
this.client.disconnect();
this.client.destroy();
this.client.logger.success('SHUTDOWN_SUCCESS', exitQuotes.random());