diff --git a/src/stores/RoleStore.js b/src/stores/RoleStore.js index 6f97d2770308..db3e2c0be87f 100644 --- a/src/stores/RoleStore.js +++ b/src/stores/RoleStore.js @@ -76,7 +76,7 @@ class RoleStore extends DataStore { * Creates a new role in the guild with given information. * The position will silently reset to 1 if an invalid one is provided, or none. * @param {Object} [options] Options - * @param {RoleData} [options.data] The data to update the role with + * @param {RoleData} [options.data] The data to create the role with * @param {string} [options.reason] Reason for creating this role * @returns {Promise} * @example