| @@ -64,6 +64,7 @@ namespace Discord | |||||
| ActionSlowmode = 20016, | ActionSlowmode = 20016, | ||||
| OnlyOwnerAction = 20018, | OnlyOwnerAction = 20018, | ||||
| AnnouncementEditRatelimit = 20022, | AnnouncementEditRatelimit = 20022, | ||||
| UnderMinimumAge = 20024, | |||||
| ChannelWriteRatelimit = 20028, | ChannelWriteRatelimit = 20028, | ||||
| WriteRatelimitReached = 20029, | WriteRatelimitReached = 20029, | ||||
| WordsNotAllowed = 20031, | WordsNotAllowed = 20031, | ||||
| @@ -96,6 +97,7 @@ namespace Discord | |||||
| #endregion | #endregion | ||||
| #region General Request Errors (40XXX) | #region General Request Errors (40XXX) | ||||
| BitrateIsTooHighForChannelOfThisType = 30052, | |||||
| TokenUnauthorized = 40001, | TokenUnauthorized = 40001, | ||||
| InvalidVerification = 40002, | InvalidVerification = 40002, | ||||
| OpeningDMTooFast = 40003, | OpeningDMTooFast = 40003, | ||||
| @@ -108,6 +110,7 @@ namespace Discord | |||||
| #endregion | #endregion | ||||
| #region Action Preconditions/Checks (50XXX) | #region Action Preconditions/Checks (50XXX) | ||||
| ApplicationInteractionFailedToSend = 40043, | |||||
| MissingPermissions = 50001, | MissingPermissions = 50001, | ||||
| InvalidAccountType = 50002, | InvalidAccountType = 50002, | ||||
| CannotExecuteForDM = 50003, | CannotExecuteForDM = 50003, | ||||
| @@ -124,6 +127,7 @@ namespace Discord | |||||
| InvalidAuthenticationToken = 50014, | InvalidAuthenticationToken = 50014, | ||||
| NoteTooLong = 50015, | NoteTooLong = 50015, | ||||
| ProvidedMessageDeleteCountOutOfBounds = 50016, | ProvidedMessageDeleteCountOutOfBounds = 50016, | ||||
| InvalidMFALevel = 50017, | |||||
| InvalidPinChannel = 50019, | InvalidPinChannel = 50019, | ||||
| InvalidInvite = 50020, | InvalidInvite = 50020, | ||||
| CannotExecuteOnSystemMessage = 50021, | CannotExecuteOnSystemMessage = 50021, | ||||
| @@ -196,4 +200,5 @@ namespace Discord | |||||
| FailedStageCreation = 180002, | FailedStageCreation = 180002, | ||||
| #endregion | #endregion | ||||
| } | } | ||||
| WebhooksCanOnlyCreateThreadsInForumChannels = 220003, | |||||
| } | } | ||||