Browse Source

Update src/Discord.Net.Core/DiscordConfig.cs

Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com>
pull/2316/head
Quin Lynch GitHub 3 years ago
parent
commit
4b7ebf49c4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/DiscordConfig.cs

+ 1
- 1
src/Discord.Net.Core/DiscordConfig.cs View File

@@ -138,7 +138,7 @@ namespace Discord
public const int MaxStickersPerMessage = 3;

/// <summary>
/// Returns the max number of embeds that can be sent on a message.
/// Returns the max number of embeds that can be sent with a message.
/// </summary>
public const int MaxEmbedsPerMessage = 10;



Loading…
Cancel
Save