We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -5,7 +5,7 @@ |
||
5 | 5 | */ |
6 | 6 | class GameLink |
7 | 7 | { |
8 | - public bool $valid = false; // identifies if the message is linked to game data |
|
8 | + public bool $valid = false; // identifies if the message is linked to game data |
|
9 | 9 | public SmrPlayer $player; |
10 | 10 | |
11 | 11 | function __construct(Discord\Parts\Channel\Message $message) { |