From 4b7ebf49c496d82ee7268bcc951c5c4c851b8016 Mon Sep 17 00:00:00 2001 From: Quin Lynch <49576606+quinchs@users.noreply.github.com> Date: Tue, 24 May 2022 02:30:04 -0300 Subject: [PATCH] Update src/Discord.Net.Core/DiscordConfig.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> --- src/Discord.Net.Core/DiscordConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;