mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-19 12:14:20 +03:00
Apply new inspection fixes (#329)
Rider and R# 2024.2 have introduced new inspections, causing current builds to fail. This PR applies fixes for issues caught by these inspections.
This commit is contained in:
parent
e457b4609e
commit
d1133124b8
9 changed files with 15 additions and 15 deletions
TeamOctolings.Octobot/Commands
|
@ -62,7 +62,7 @@ public sealed class BanCommandGroup : CommandGroup
|
|||
/// </param>
|
||||
/// <returns>
|
||||
/// A feedback sending result which may or may not have succeeded. A successful result does not mean that the user
|
||||
/// was banned and vice-versa.
|
||||
/// was banned and vice versa.
|
||||
/// </returns>
|
||||
/// <seealso cref="ExecuteUnban" />
|
||||
[Command("ban", "бан")]
|
||||
|
@ -219,7 +219,7 @@ public sealed class BanCommandGroup : CommandGroup
|
|||
/// </param>
|
||||
/// <returns>
|
||||
/// A feedback sending result which may or may not have succeeded. A successful result does not mean that the user
|
||||
/// was unbanned and vice-versa.
|
||||
/// was unbanned and vice versa.
|
||||
/// </returns>
|
||||
/// <seealso cref="ExecuteBanAsync" />
|
||||
/// <seealso cref="MemberUpdateService.TickMemberDataAsync" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue