Browse Source

Update src/Discord.Net.Core/DiscordErrorCode.cs

pull/2237/head
Quin Lynch GitHub 3 years ago
parent
commit
ffcb768cdb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/DiscordErrorCode.cs

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

@@ -97,7 +97,7 @@ namespace Discord
#endregion

#region General Request Errors (40XXX)
MaximumNumberOfPinnedThreadsInAForumChannelHasBeenReached = 30047,
MaximumNumberOfPinnedThreadsInAForumChannelReached = 30047,
MaximumNumberOfTagsInAForumChannelReached = 30048,
TokenUnauthorized = 40001,
InvalidVerification = 40002,


Loading…
Cancel
Save