1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-06 14:06:29 +03:00

Merge branch 'master' into another-songlist-update

This commit is contained in:
Macintxsh 2024-08-24 18:49:33 +03:00 committed by GitHub
commit 4864fa448d
Signed by: GitHub
GPG key ID: B5690EEEBB952194
9 changed files with 15 additions and 15 deletions

View file

@ -229,7 +229,7 @@ public sealed class ScheduledEventUpdateService : BackgroundService
return await _channelApi.CreateMessageWithEmbedResultAsync(
GuildSettings.EventNotificationChannel.Get(settings), roleMention, embedResult: embed,
components: new[] { new ActionRowComponent(new[] { button }) }, ct: ct);
components: new[] { new ActionRowComponent([button]) }, ct: ct);
}
private static Result<string> GetExternalScheduledEventCreatedEmbedDescription(