Browse Source

feature: add 50080 Error code (#2272)

Co-authored-by: Discord.Net Robot <robot@elons.sweatshop.stop>
tags/3.6.1
Discord-NET-Robot GitHub 3 years ago
parent
commit
503e720d21
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Discord.Net.Core/DiscordErrorCode.cs

+ 1
- 0
src/Discord.Net.Core/DiscordErrorCode.cs View File

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


Loading…
Cancel
Save