Add support to recognise 4004 codes and throw an error

This commit is contained in:
Amish Shah
2016-08-23 15:08:59 +01:00
parent 84a4755f53
commit c8be80abd7
3 changed files with 7 additions and 3 deletions

View File

@@ -66,6 +66,7 @@ exports.Errors = {
TOOK_TOO_LONG: new Error('something took too long to do'),
NOT_A_PERMISSION: new Error('that is not a valid permission number'),
INVALID_RATE_LIMIT_METHOD: new Error('unknown rate limiting method'),
BAD_LOGIN: new Error('incorrect login details were provided'),
};
const API = 'https://discordapp.com/api';