From 986b05442d6a0a183f079f894c67e679d5d1afee Mon Sep 17 00:00:00 2001 From: Hackzzila Date: Thu, 27 Oct 2016 15:49:09 -0500 Subject: [PATCH] Make errors great again (#850) --- src/util/Constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/Constants.js b/src/util/Constants.js index 05f999789..aa9dfd38c 100644 --- a/src/util/Constants.js +++ b/src/util/Constants.js @@ -58,7 +58,7 @@ exports.DefaultOptions = { exports.Errors = { NO_TOKEN: 'Request to use token, but token was unavailable to the client.', - NO_BOT_ACCOUNT: 'You ideally should be using a bot account!', + NO_BOT_ACCOUNT: 'You have to use a bot account to use this method.', BAD_WS_MESSAGE: 'A bad message was received from the websocket; either bad compression, or not JSON.', TOOK_TOO_LONG: 'Something took too long to do.', NOT_A_PERMISSION: 'Invalid permission string or number.',