Skip to content

Commit 99e5df7

Browse files
committed
PHPDocs
1 parent 64e967c commit 99e5df7

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
@@ -1471,7 +1471,7 @@ public function getVoiceClient(string $guild_id): ?VoiceClient
14711471
* @param bool $mute Whether you should be mute when you join the channel.
14721472
* @param bool $deaf Whether you should be deaf when you join the channel.
14731473
*
1474-
* @throws \RuntimeException
1474+
* @throws \RuntimeException If the voice manager is not initialized.
14751475
*
14761476
* @since 10.0.0 Removed argument $check that has no effect (it is always checked)
14771477
* @since 4.0.0

0 commit comments

Comments
 (0)