mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01:00
[Documentation] Added a warn in fetchMentions (#1991)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user