Browse Source

Update IGuildScheduledEvent.cs

pull/2151/head
Quin Lynch 3 years ago
parent
commit
df524ec64d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Discord.Net.Core/Entities/Guilds/IGuildScheduledEvent.cs

+ 2
- 2
src/Discord.Net.Core/Entities/Guilds/IGuildScheduledEvent.cs View File

@@ -86,11 +86,11 @@ namespace Discord
int? UserCount { get; }

/// <summary>
/// Gets this events banner image url
/// Gets this events banner image url.
/// </summary>
/// <param name="format">The format to return.</param>
/// <param name="size">The size of the image to return in. This can be any power of two between 16 and 2048.
/// <returns></returns>
/// <returns>The cover images url.</returns>
string GetCoverImageUrl(ImageFormat format = ImageFormat.Auto, ushort size = 1024);

/// <summary>


Loading…
Cancel
Save