mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-14 17:56:08 +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
|
@ -120,6 +120,6 @@ public sealed class GuildLoadedResponder : IResponder<IGuildCreate>
|
|||
);
|
||||
|
||||
return await _channelApi.CreateMessageWithEmbedResultAsync(channel, embedResult: errorEmbed,
|
||||
components: new[] { new ActionRowComponent(new[] { issuesButton }) }, ct: ct);
|
||||
components: new[] { new ActionRowComponent([issuesButton]) }, ct: ct);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue