*** id: d1167863-b2f7-4544-9606-7d2a7851ff17 title: disconnect slug: /node/reference/voice/client/disconnect description: disconnect method for the Client class. max-toc-depth: 3 ---------------- ### disconnect * **disconnect**(): `void` Disconnects this client. The client will stop receiving events and you will need to create a new instance if you want to use it again. #### Returns `void` #### Example ```js client.disconnect(); ```