mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-02 12:09:53 +03:00
fix: apply new inspection fixes
This commit is contained in:
parent
e457b4609e
commit
4e915c3244
9 changed files with 15 additions and 15 deletions
|
@ -131,7 +131,7 @@ public sealed class AboutCommandGroup : CommandGroup
|
|||
return await _feedback.SendContextualEmbedResultAsync(embed,
|
||||
new FeedbackMessageOptions(MessageComponents: new[]
|
||||
{
|
||||
new ActionRowComponent(new[] { repositoryButton, wikiButton, issuesButton })
|
||||
new ActionRowComponent([repositoryButton, wikiButton, issuesButton])
|
||||
}), ct);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue