| @@ -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, | ||||
| @@ -86,7 +87,9 @@ namespace Discord | |||||
| MaximumServerMembersReached = 30019, | MaximumServerMembersReached = 30019, | ||||
| MaximumServerCategoriesReached = 30030, | MaximumServerCategoriesReached = 30030, | ||||
| GuildTemplateAlreadyExists = 30031, | GuildTemplateAlreadyExists = 30031, | ||||
| MaximumNumberOfApplicationCommandsReached = 30032, | |||||
| MaximumThreadMembersReached = 30033, | MaximumThreadMembersReached = 30033, | ||||
| MaxNumberOfDailyApplicationCommandCreatesHasBeenReached(200) = 30034, | |||||
| MaximumBansForNonGuildMembersReached = 30035, | MaximumBansForNonGuildMembersReached = 30035, | ||||
| MaximumBanFetchesReached = 30037, | MaximumBanFetchesReached = 30037, | ||||
| MaximumUncompleteGuildScheduledEvents = 30038, | MaximumUncompleteGuildScheduledEvents = 30038, | ||||
| @@ -96,18 +99,24 @@ 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, | ||||
| RequestEntityTooLarge = 40005, | RequestEntityTooLarge = 40005, | ||||
| FeatureDisabled = 40006, | FeatureDisabled = 40006, | ||||
| UserBanned = 40007, | UserBanned = 40007, | ||||
| ConnectionHasBeenRevoked = 40012, | |||||
| TargetUserNotInVoice = 40032, | TargetUserNotInVoice = 40032, | ||||
| MessageAlreadyCrossposted = 40033, | MessageAlreadyCrossposted = 40033, | ||||
| ApplicationNameAlreadyExists = 40041, | ApplicationNameAlreadyExists = 40041, | ||||
| #endregion | #endregion | ||||
| #region Action Preconditions/Checks (50XXX) | #region Action Preconditions/Checks (50XXX) | ||||
| ApplicationInteractionFailedToSend = 40043, | |||||
| CannotSendAMessageInAForumChannel = 40058, | |||||
| ThereAreNoTagsAvailableThatCanBeSetByNon-Moderators = 40066, | |||||
| ATagIsRequiredToCreateAForumPostInThisChannel = 40067, | |||||
| MissingPermissions = 50001, | MissingPermissions = 50001, | ||||
| InvalidAccountType = 50002, | InvalidAccountType = 50002, | ||||
| CannotExecuteForDM = 50003, | CannotExecuteForDM = 50003, | ||||
| @@ -124,6 +133,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, | ||||
| @@ -154,6 +164,9 @@ namespace Discord | |||||
| #endregion | #endregion | ||||
| #region 2FA (60XXX) | #region 2FA (60XXX) | ||||
| OwnershipCannotBeTransferredToABotUser = 50132, | |||||
| FailedToResizeAssetBelowTheMaximumSize:262144 = 50138, | |||||
| UploadedFileNotFound. = 50146, | |||||
| Requires2FA = 60003, | Requires2FA = 60003, | ||||
| #endregion | #endregion | ||||
| @@ -166,6 +179,7 @@ namespace Discord | |||||
| #endregion | #endregion | ||||
| #region API Status (130XXX) | #region API Status (130XXX) | ||||
| ApplicationNotYetAvailable.TryAgainLater = 110001, | |||||
| APIOverloaded = 130000, | APIOverloaded = 130000, | ||||
| #endregion | #endregion | ||||
| @@ -196,4 +210,11 @@ namespace Discord | |||||
| FailedStageCreation = 180002, | FailedStageCreation = 180002, | ||||
| #endregion | #endregion | ||||
| } | } | ||||
| MessageWasBlockedByAutomaticModeration = 200000, | |||||
| TitleWasBlockedByAutomaticModeration = 200001, | |||||
| WebhooksPostedToForumChannelsMustHaveAThread_NameOrThread_Id = 220001, | |||||
| WebhooksPostedToForumChannelsCannotHaveBothAThread_NameAndThread_Id = 220002, | |||||
| WebhooksCanOnlyCreateThreadsInForumChannels = 220003, | |||||
| WebhookServicesCannotBeUsedInForumChannels = 220004, | |||||
| MessageBlockedByHarmfulLinksFilter = 240000, | |||||
| } | } | ||||