From 20e5609d7864c6ec5a975f16c74e6237e78c25a1 Mon Sep 17 00:00:00 2001 From: Quin Lynch <49576606+quinchs@users.noreply.github.com> Date: Tue, 24 May 2022 02:29:53 -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 89614a96d..e1330be07 100644 --- a/src/Discord.Net.Core/DiscordConfig.cs +++ b/src/Discord.Net.Core/DiscordConfig.cs @@ -133,7 +133,7 @@ namespace Discord public const int MaxAuditLogEntriesPerBatch = 100; /// - /// Returns the max number of stickers that can be sent on a message. + /// Returns the max number of stickers that can be sent with a message. /// public const int MaxStickersPerMessage = 3;