mirror of
https://github.com/danbulant/discord.js
synced 2026-06-21 07:42:36 +00:00
docs(User): fix typos in jsdoc (#5060)
This commit is contained in:
parent
e272fd6909
commit
09d07553ab
1 changed files with 2 additions and 2 deletions
|
|
@ -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<UserFlags>}
|
||||
*/
|
||||
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<User>}
|
||||
*/
|
||||
fetch(force = false) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue