diff --git a/src/Discord.Net.Core/DiscordConfig.cs b/src/Discord.Net.Core/DiscordConfig.cs index e1330be07..2db802f1e 100644 --- a/src/Discord.Net.Core/DiscordConfig.cs +++ b/src/Discord.Net.Core/DiscordConfig.cs @@ -138,7 +138,7 @@ namespace Discord public const int MaxStickersPerMessage = 3; /// - /// 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. /// public const int MaxEmbedsPerMessage = 10;