[Feature] Voice channel status support (#2777)
* initial commit * MOCKED CHANNELS AGRHHHHHHHH * fix for sharded * yup
This commit is contained in:
@@ -238,6 +238,11 @@ namespace Discord
|
||||
/// </summary>
|
||||
public const int MaxApplicationTagCount = 5;
|
||||
|
||||
/// <summary>
|
||||
/// Returns the maximum length of a voice channel status.
|
||||
/// </summary>
|
||||
public const int MaxVoiceChannelStatusLength = 500;
|
||||
|
||||
/// <summary>
|
||||
/// Returns the maximum number of entitlements that can be gotten per-batch.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user