diff --git a/src/Discord.Net.Core/Entities/Guilds/IGuildScheduledEvent.cs b/src/Discord.Net.Core/Entities/Guilds/IGuildScheduledEvent.cs index 4ddc898fd..4b2fa3bee 100644 --- a/src/Discord.Net.Core/Entities/Guilds/IGuildScheduledEvent.cs +++ b/src/Discord.Net.Core/Entities/Guilds/IGuildScheduledEvent.cs @@ -86,11 +86,11 @@ namespace Discord int? UserCount { get; } /// - /// Gets this events banner image url + /// Gets this events banner image url. /// /// The format to return. /// The size of the image to return in. This can be any power of two between 16 and 2048. - /// + /// The cover images url. string GetCoverImageUrl(ImageFormat format = ImageFormat.Auto, ushort size = 1024); ///