From 6faa409e9689a7c5d6ce9a86932a9621b7fd7d18 Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Sat, 27 Aug 2016 15:22:08 -0400 Subject: [PATCH] Add note about requiring bot accounts (#552) --- src/client/Client.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/client/Client.js b/src/client/Client.js index fe1b11cac..414efa206 100644 --- a/src/client/Client.js +++ b/src/client/Client.js @@ -136,7 +136,8 @@ class Client extends EventEmitter { } /** - * Caches a user, or obtains it from the cache if it's already cached + * Caches a user, or obtains it from the cache if it's already cached. + * If the user isn't already cached, it will only be obtainable by OAuth bot accounts. * @param {String} id The ID of the user to obtain * @return {Promise} */