Skip to content

Commit

Permalink
Update JSON Responses with 50041 - Response Codes (discord#419)
Browse files Browse the repository at this point in the history
* Update JSON Responses with 50041

* lowercase Blocked in Reaction Blocked

* Revert Widget

* Revert Revert of Widget Disabled
  • Loading branch information
Azoy authored and msciotti committed Oct 30, 2017
1 parent 4cbb6e0 commit 170e753
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/topics/Response_Codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Along with the HTTP error code, our API can also return more detailed error code
| 50001 | Missing access |
| 50002 | Invalid account type |
| 50003 | Cannot execute action on a DM channel |
| 50004 | Embed disabled |
| 50004 | Widget Disabled |
| 50005 | Cannot edit a message authored by another user |
| 50006 | Cannot send an empty message |
| 50007 | Cannot send messages to this user |
Expand All @@ -73,7 +73,8 @@ Along with the HTTP error code, our API can also return more detailed error code
| 50034 | A message provided was too old to bulk delete |
| 50035 | Invalid Form Body |
| 50036 | An invite was accepted to a guild the application's bot is not in |
| 90001 | Reaction Blocked |
| 50041 | Invalid API version |
| 90001 | Reaction blocked |

###### Example JSON Error Response

Expand Down

0 comments on commit 170e753

Please sign in to comment.