Skip to content

Commit

Permalink
fix typo in Error constants (#2243)
Browse files Browse the repository at this point in the history
* fix typo in Error constants

* another one (#1)
  • Loading branch information
DevYukine authored and amishshah committed Jan 13, 2018
1 parent ea028ae commit 352bd13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ exports.Colors = {
* * CANNOT_PIN_MESSAGE_IN_OTHER_CHANNEL
* * CANNOT_EXECUTE_ON_SYSTEM_MESSAGE
* * BULK_DELETE_MESSAGE_TOO_OLD
* * INVITE_ACCEPTED_TO_GUILD_NOT_CONTANING_BOT
* * INVITE_ACCEPTED_TO_GUILD_NOT_CONTAINING_BOT
* * REACTION_BLOCKED
* @typedef {string} APIError
*/
Expand Down Expand Up @@ -703,7 +703,7 @@ exports.APIErrors = {
CANNOT_PIN_MESSAGE_IN_OTHER_CHANNEL: 50019,
CANNOT_EXECUTE_ON_SYSTEM_MESSAGE: 50021,
BULK_DELETE_MESSAGE_TOO_OLD: 50034,
INVITE_ACCEPTED_TO_GUILD_NOT_CONTANING_BOT: 50036,
INVITE_ACCEPTED_TO_GUILD_NOT_CONTAINING_BOT: 50036,
REACTION_BLOCKED: 90001,
};

Expand Down

0 comments on commit 352bd13

Please sign in to comment.