Bump Discord.Net from 3.15.0 to 3.15.1 #27
Annotations
6 warnings
Commands/CommandManager.cs#L98
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Commands/CommandManager.cs#L102
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Program.cs#L9
Non-nullable field 'client' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Commands/CommandManager.cs#L98
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Commands/CommandManager.cs#L102
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Program.cs#L9
Non-nullable field 'client' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
This job succeeded
Loading