make login sane (#735)

This commit is contained in:
Gus Caplan
2016-09-24 11:55:31 -05:00
committed by Amish Shah
parent 116e6bb4c8
commit bd1449bc5a
3 changed files with 11 additions and 2 deletions

View File

@@ -72,6 +72,7 @@ exports.Errors = {
NOT_A_PERMISSION: 'Invalid permission string or number.',
INVALID_RATE_LIMIT_METHOD: 'Unknown rate limiting method.',
BAD_LOGIN: 'Incorrect login details were provided.',
INVALID_SHARD: 'Invalid shard settings were provided',
};
const API = `https://discordapp.com/api/v${exports.DefaultOptions.protocol_version}`;