feature: add 50080 Error code (#2272)

Co-authored-by: Discord.Net Robot <robot@elons.sweatshop.stop>
This commit is contained in:
Discord-NET-Robot
2022-04-30 19:02:41 -03:00
committed by GitHub
parent 0d74c5cc62
commit 503e720d21

View File

@@ -152,6 +152,7 @@ namespace Discord
InvalidMessageType = 50068, InvalidMessageType = 50068,
PaymentSourceRequiredForGift = 50070, PaymentSourceRequiredForGift = 50070,
CannotDeleteRequiredCommunityChannel = 50074, CannotDeleteRequiredCommunityChannel = 50074,
CannotEditStickersWithinAMessage = 50080,
InvalidSticker = 50081, InvalidSticker = 50081,
CannotExecuteOnArchivedThread = 50083, CannotExecuteOnArchivedThread = 50083,
InvalidThreadNotificationSettings = 50084, InvalidThreadNotificationSettings = 50084,