Skip to content

Commit

Permalink
Fix version check
Browse files Browse the repository at this point in the history
  • Loading branch information
Exanlv committed Jul 26, 2023
1 parent 8e3a884 commit 09c6891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Discord.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function withRest(
public static function getDebugInfo(): array
{
try {
$version = InstalledVersions::getVersion('exan\\fenrir');
$version = InstalledVersions::getVersion('exan/fenrir');
} catch (\OutOfBoundsException) {
$version = 'Unknown';
}
Expand Down

0 comments on commit 09c6891

Please sign in to comment.