diff --git a/src/structures/ClientUser.js b/src/structures/ClientUser.js index 4e1b465ba..ddd751e43 100644 --- a/src/structures/ClientUser.js +++ b/src/structures/ClientUser.js @@ -245,6 +245,7 @@ class ClientUser extends User { /** * Fetches messages that mentioned the client's user. + * This is only available when using a user account. * @param {Object} [options] Options for the fetch * @param {number} [options.limit=25] Maximum number of mentions to retrieve * @param {boolean} [options.roles=true] Whether to include role mentions