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;