mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
[Documentation] Added a warn in fetchMentions (#1991)
This commit is contained in:
parent
3c0d7b8105
commit
b8f17aa51c
1 changed files with 1 additions and 0 deletions
|
|
@ -245,6 +245,7 @@ class ClientUser extends User {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Fetches messages that mentioned the client's user.
|
* Fetches messages that mentioned the client's user.
|
||||||
|
* <warn>This is only available when using a user account.</warn>
|
||||||
* @param {Object} [options] Options for the fetch
|
* @param {Object} [options] Options for the fetch
|
||||||
* @param {number} [options.limit=25] Maximum number of mentions to retrieve
|
* @param {number} [options.limit=25] Maximum number of mentions to retrieve
|
||||||
* @param {boolean} [options.roles=true] Whether to include role mentions
|
* @param {boolean} [options.roles=true] Whether to include role mentions
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue