diff --git a/src/managers/RoleManager.js b/src/managers/RoleManager.js index 0dfbefb03..9774674cf 100644 --- a/src/managers/RoleManager.js +++ b/src/managers/RoleManager.js @@ -31,8 +31,8 @@ class RoleManager extends BaseManager { } /** - * Obtains one or more roles from Discord, or the role cache if they're already available. - * @param {Snowflake} [id] ID of the role to fetch + * Obtains a role from Discord, or the role cache if they're already available. + * @param {Snowflake} [id] ID of the role * @param {boolean} [cache=true] Whether to cache the new role object(s) if they weren't already * @param {boolean} [force=false] Whether to skip the cache check and request the API * @returns {Promise>}