mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
Document error code 50080 (#2210)
Co-authored-by: ITOH <to@itoh.at> Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
This commit is contained in:
co-authored by
ITOH
Skillz4Killz
parent
d8ed2ddb59
commit
840aea814a
+2
-1
@@ -796,7 +796,8 @@ export enum JsonErrorCodes {
|
||||
InvalidMessageType = 50068,
|
||||
PaymentSourceRequiredToRedeemGift = 50070,
|
||||
CannotDeleteAChannelRequiredForCommunityGuilds = 50074,
|
||||
InvalidStickerSent = 50081,
|
||||
CannotEditStickersWithinAMessage = 50080,
|
||||
InvalidStickerSent,
|
||||
TriedToPerformAnOperationOnAnArchivedThreadSuchAsEditingAMessageOrAddingAUserToTheThread = 50083,
|
||||
InvalidThreadNotificationSettings,
|
||||
BeforeValueIsEarlierThanTheThreadCreationDate,
|
||||
|
||||
Reference in New Issue
Block a user