Skip to content

Commit 6bffb97

Browse files
committed
PHPDocs
1 parent 2d0856c commit 6bffb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Discord/Discord.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1507,7 +1507,7 @@ protected function voiceStateUpdate(VoiceServerUpdate $vs, Channel $channel, arr
15071507
* @param VoiceServerUpdate $vs The voice server update event.
15081508
* @param Channel $channel The voice channel.
15091509
* @param array $data Reference to the data array for the voice client.
1510-
* @param Deferred $deferred Reference to the deferred object for the voice client.
1510+
* @param Deferred $deferred Reference to the deferred object for the voice client. Rejects on error or if voice manager is not initialized.
15111511
*/
15121512
protected function voiceServerUpdate(VoiceServerUpdate $vs, Channel $channel, array &$data, Deferred &$deferred): void
15131513
{

0 commit comments

Comments
 (0)