fix shutdown function

This commit is contained in:
Emily 2021-07-15 12:38:23 +10:00
parent 4fa9f5e795
commit abc21ac158

View file

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