feat(RESTJSONErrorCodes): add 240000 (#565)

This commit is contained in:
Vitor
2022-08-17 19:02:08 +01:00
committed by GitHub
parent 0fab79feda
commit 5bb50ae7ea
2 changed files with 4 additions and 0 deletions

View File

@@ -247,6 +247,8 @@ export enum RESTJSONErrorCodes {
TitleWasBlockedByAutomaticModeration,
WebhooksCanOnlyCreateThreadsInForumChannels = 220003,
MessageBlockedByHarmfulLinksFilter = 240000,
}
/**

View File

@@ -247,6 +247,8 @@ export enum RESTJSONErrorCodes {
TitleWasBlockedByAutomaticModeration,
WebhooksCanOnlyCreateThreadsInForumChannels = 220003,
MessageBlockedByHarmfulLinksFilter = 240000,
}
/**