Update character limit for channel names #283
Annotations
10 warnings
build:
src/Eventlistener/WelcomeMessage.cs#L44
The variable 'e' is declared but never used
|
build:
src/Commands/TempVC/ChannelStatusManager.cs#L88
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:
src/Utils/Helpers.cs#L102
The variable 'e' is declared but never used
|
build:
src/Utils/Helpers.cs#L124
The variable 'e' is declared but never used
|
build:
src/Utils/ReasonTemplateResolver.cs#L68
The variable 'ex' is declared but never used
|
build:
src/Utils/ReasonTemplateResolver.cs#L89
The variable 'ex' is declared but never used
|
build:
src/Commands/TempVC/ChannelStatusManager.cs#L186
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:
src/Commands/Moderation/UserInfoCommand.cs#L36
The result of the expression is always 'true' since a value of type 'long' is never equal to 'null' of type 'long?'
|
build:
src/Commands/Moderation/BanUserCommand.cs#L37
Property 'UsernameWithDiscriminator' is deprecated: We will internally use the GlobalName if a user is already migrated. This will be removed in future. Consider switching to UsernameWithGlobalName then. (https://docs.dcs.aitsys.dev/vs/analyzer/dcs/0102)
|
build:
src/Commands/Moderation/BanUserCommand.cs#L42
Property 'UsernameWithDiscriminator' is deprecated: We will internally use the GlobalName if a user is already migrated. This will be removed in future. Consider switching to UsernameWithGlobalName then. (https://docs.dcs.aitsys.dev/vs/analyzer/dcs/0102)
|