diff --git a/src/structures/User.js b/src/structures/User.js index d7ebe03f0f03..2811e86222d4 100644 --- a/src/structures/User.js +++ b/src/structures/User.js @@ -278,7 +278,7 @@ class User extends Base { /** * Fetches this user's flags. - * @param {boolean} [force=false] Whether to skip the cache check and request the AP + * @param {boolean} [force=false] Whether to skip the cache check and request the API * @returns {Promise} */ async fetchFlags(force = false) { @@ -290,7 +290,7 @@ class User extends Base { /** * Fetches this user. - * @param {boolean} [force=false] Whether to skip the cache check and request the AP + * @param {boolean} [force=false] Whether to skip the cache check and request the API * @returns {Promise} */ fetch(force = false) {