mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-30 02:59:54 +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
|
@ -51,7 +51,7 @@ public sealed class ClearCommandGroup : CommandGroup
|
|||
/// <param name="author">The user whose messages will be cleared.</param>
|
||||
/// <returns>
|
||||
/// A feedback sending result which may or may not have succeeded. A successful result does not mean that any messages
|
||||
/// were cleared and vice-versa.
|
||||
/// were cleared and vice versa.
|
||||
/// </returns>
|
||||
[Command("clear", "очистить")]
|
||||
[DiscordDefaultMemberPermissions(DiscordPermission.ManageMessages)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue