We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e967c commit 99e5df7Copy full SHA for 99e5df7
src/Discord/Discord.php
@@ -1471,7 +1471,7 @@ public function getVoiceClient(string $guild_id): ?VoiceClient
1471
* @param bool $mute Whether you should be mute when you join the channel.
1472
* @param bool $deaf Whether you should be deaf when you join the channel.
1473
*
1474
- * @throws \RuntimeException
+ * @throws \RuntimeException If the voice manager is not initialized.
1475
1476
* @since 10.0.0 Removed argument $check that has no effect (it is always checked)
1477
* @since 4.0.0
0 commit comments