Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update JSON Responses with 50041 - Response Codes #419

Merged
merged 4 commits into from
Oct 30, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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