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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Discord.Net.Core/DiscordConfig.cs
|
|
@@ -133,7 +133,7 @@ namespace Discord |
|
|
|
public const int MaxAuditLogEntriesPerBatch = 100; |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// 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. |
|
|
|
/// </summary> |
|
|
|
public const int MaxStickersPerMessage = 3; |
|
|
|
|
|
|
|