Skip to content

Commit

Permalink
Revert "docs(RoleStore): update -> create in create method (discordjs…
Browse files Browse the repository at this point in the history
…#3349)"

This reverts commit 996f122.
  • Loading branch information
samsamson33 committed Feb 27, 2020
1 parent d023231 commit ac8ead1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/RoleStore.js
Expand Up @@ -76,7 +76,7 @@ class RoleStore extends DataStore {
* Creates a new role in the guild with given information.
* <warn>The position will silently reset to 1 if an invalid one is provided, or none.</warn>
* @param {Object} [options] Options
* @param {RoleData} [options.data] The data to create the role with
* @param {RoleData} [options.data] The data to update the role with
* @param {string} [options.reason] Reason for creating this role
* @returns {Promise<Role>}
* @example
Expand Down

0 comments on commit ac8ead1

Please sign in to comment.