Skip to content

Commit

Permalink
Add new documented error code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihlus committed Sep 15, 2021
1 parent 87dcd10 commit 0f178a0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,11 @@ public enum DiscordError
/// </summary>
MaxNumberOfPruneRequestsReached = 30040,

/// <summary>
/// Maximum number of guild widget setting updates has been reached. Try again later.
/// </summary>
MaxNumberOfGuildWidgetSettingUpdatesReached = 30042,

/// <summary>
/// Unauthorized. Provide a valid token and try again.
/// </summary>
Expand Down

0 comments on commit 0f178a0

Please sign in to comment.