[Feature] New ModifyCurrentApplication features (#2730)

* initial commit

* apply suggestings lol

* Update src/Discord.Net.Core/Entities/Applications/IApplication.cs

Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com>

* check for null values inside the array

---------

Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com>
This commit is contained in:
Misha133
2023-08-10 16:18:06 +03:00
committed by GitHub
parent 59094d2e1f
commit 166d40f1e4
9 changed files with 137 additions and 45 deletions

View File

@@ -232,5 +232,10 @@ namespace Discord
/// Returns the max length of an application description.
/// </summary>
public const int MaxApplicationDescriptionLength = 400;
/// <summary>
/// Returns the max amount of tags applied to an application.
/// </summary>
public const int MaxApplicationTagCount = 5;
}
}