Refactored validation within GeneralCommands and various warnings #34
Annotations
2 warnings
build:
DiscordBot.App/Commands/RestartCommands.cs#L20
Non-nullable field '_restartInitiator' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
DiscordBot.App/Commands/RestartCommands.cs#L20
Non-nullable field '_restartInitiator' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|