some fixes #18
Annotations
10 warnings
build:
ChatGPTModule.cs#L26
'Conversation.GetResponseFromChatbot()' is obsolete: 'Conversation.GetResponseFromChatbot() has been renamed to GetResponseFromChatbotAsync to follow .NET naming guidelines. Please update any references to GetResponseFromChatbotAsync(). This alias will be removed in a future version.'
|
build:
commands/other/PingCommand.cs#L14
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.
|
build:
commands/other/PingCommand.cs#L12
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
commands/admin/SetNumberCommand.cs#L24
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.
|
build:
Program.cs#L63
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.
|
build:
Program.cs#L43
The result of the expression is always 'true' since a value of type 'bool' is never equal to 'null' of type 'bool?'
|
build:
commands/admin/RefreshGoogleSheetDataCommand.cs#L28
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.
|
build:
commands/admin/RefreshGoogleSheetDataCommand.cs#L36
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.
|
build:
commands/moderation/GiveRoleCommand.cs#L43
The variable 'e' is declared but never used
|
build:
commands/moderation/GiveRoleCommand.cs#L59
The variable 'e' is declared but never used
|