From 04b534b596efd13b8df16cbb0173cb2b396634de Mon Sep 17 00:00:00 2001 From: hiimgoodpack Date: Tue, 19 Jan 2021 19:04:27 -0500 Subject: [PATCH] Fix typo causing accounts to not be created --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index f691385..f3c2ca2 100644 --- a/index.js +++ b/index.js @@ -101,7 +101,7 @@ module.exports.users = { res(); else { const rawData = result.res.data.toString(); - if (rawData === ratelimited) { + if (rawData === rateLimited) { rej(`Error when creating account: ${rateLimited}`); return; }