mirror of
https://github.com/danbulant/discord.js
synced 2026-07-08 04:31:05 +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.
|
* 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>}
|
* @returns {Promise<UserFlags>}
|
||||||
*/
|
*/
|
||||||
async fetchFlags(force = false) {
|
async fetchFlags(force = false) {
|
||||||
|
|
@ -290,7 +290,7 @@ class User extends Base {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Fetches this user.
|
* 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>}
|
* @returns {Promise<User>}
|
||||||
*/
|
*/
|
||||||
fetch(force = false) {
|
fetch(force = false) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue