Skip to content

Commit

Permalink
Fix missing requirements in Cog->allRequirements (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen authored Jun 21, 2023
1 parent c08949a commit 52f2fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ public function __construct(
$this->allRequirements[] = 'Bot<=' . $this->maxBotVersion;
}
}
array_push($this->allRequirements, ...$requirements);
foreach ($tags as $tagName) {
$this->tags[] = strtolower($tagName);
}
Expand Down

0 comments on commit 52f2fa0

Please sign in to comment.