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 6bffb97 commit b06ab72Copy full SHA for b06ab72
src/Discord/Discord.php
@@ -1410,7 +1410,7 @@ protected function ready()
1410
}
1411
$this->emittedInit = true;
1412
1413
- if (class_exists(Manager::class)) {
+ if (class_exists(Manager::class, false)) {
1414
$this->voice = new Manager($this);
1415
$this->logger->info('voice class initialized');
1416
0 commit comments