Skip to content

Commit

Permalink
Add missing error codes for stage instances (#3148)
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment authored Jun 21, 2021
1 parent ff4d9d8 commit c7f528a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/topics/Opcodes_and_Status_Codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ Along with the HTTP error code, our API can also return more detailed error code
| 10062 | Unknown interaction |
| 10063 | Unknown application command |
| 10066 | Unknown application command permissions |
| 10067 | Unknown Stage Instance |
| 20001 | Bots cannot use this endpoint |
| 20002 | Only bots can use this endpoint |
| 20009 | Explicit content cannot be sent to the desired recipient(s) |
Expand All @@ -145,7 +146,7 @@ Along with the HTTP error code, our API can also return more detailed error code
| 20018 | Only the owner of this account can perform this action |
| 20022 | This message cannot be edited due to announcement rate limits |
| 20028 | The channel you are writing has hit the write rate limit |
| 20031 | Your Stage topic contains words that are not allowed for public Stages |
| 20031 | Your Stage topic, server name, server description, or channel names contain words that are not allowed |
| 30001 | Maximum number of guilds reached (100) |
| 30002 | Maximum number of friends reached (1000) |
| 30003 | Maximum number of pins reached for the channel (50) |
Expand Down Expand Up @@ -212,6 +213,7 @@ Along with the HTTP error code, our API can also return more detailed error code
| 80004 | No users with DiscordTag exist |
| 90001 | Reaction was blocked |
| 130000 | API resource is currently overloaded. Try again a little later |
| 150006 | The Stage is already open |
| 160004 | A thread has already been created for this message |
| 160005 | Thread is locked |
| 160006 | Maximum number of active threads reached |
Expand Down

0 comments on commit c7f528a

Please sign in to comment.