You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the problem you are having in as much detail as possible:
The TypeScript type definitions have incorrect type for VoiceConnection.dispatcher. In the documentation, the type is ?StreamDispatcher (nullable) while in the type definitons it is defined as StreamDispatcher (can't be null). When the bot is connected into a voice channel, but is not playing anything, the VoiceConnection.dispatcher is null.
Include a reproducible code sample here, if possible:
Please describe the problem you are having in as much detail as possible:
The TypeScript type definitions have incorrect type for
VoiceConnection.dispatcher
. In the documentation, the type is?StreamDispatcher
(nullable) while in the type definitons it is defined asStreamDispatcher
(can't be null). When the bot is connected into a voice channel, but is not playing anything, theVoiceConnection.dispatcher
isnull
.Include a reproducible code sample here, if possible:
Further details:
Relevant client options:
The text was updated successfully, but these errors were encountered: