Skip to content

Commit b06ab72

Browse files
committed
Don't attempt to autoload
1 parent 6bffb97 commit b06ab72

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
@@ -1410,7 +1410,7 @@ protected function ready()
14101410
}
14111411
$this->emittedInit = true;
14121412

1413-
if (class_exists(Manager::class)) {
1413+
if (class_exists(Manager::class, false)) {
14141414
$this->voice = new Manager($this);
14151415
$this->logger->info('voice class initialized');
14161416
}

0 commit comments

Comments
 (0)