fix: docs dispatcher

This commit is contained in:
Elysia
2024-07-24 19:42:12 +07:00
parent 515615cb04
commit f96c623b04
5 changed files with 12 additions and 8 deletions

View File

@@ -696,6 +696,7 @@ class VoiceConnection extends EventEmitter {
* .then(connection => {
*
* });
* ```
* @extends {VoiceConnection}
*/
class StreamConnection extends VoiceConnection {