Skip to content

Commit

Permalink
docs(ReactionStore): resolveID takes a reaction, not role (#3617)
Browse files Browse the repository at this point in the history
* Docs: ReactionStore.resolveID should take Reaction, not role

* Make param lowercase

Co-Authored-By: SpaceEEC <[email protected]>
  • Loading branch information
RDambrosio016 and SpaceEEC committed Dec 8, 2019
1 parent 4585d96 commit 1237133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/ReactionStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class ReactionStore extends DataStore {
* @method resolveID
* @memberof ReactionStore
* @instance
* @param {MessageReactionResolvable} role The role resolvable to resolve
* @param {MessageReactionResolvable} reaction The MessageReaction to resolve
* @returns {?Snowflake}
*/

Expand Down

0 comments on commit 1237133

Please sign in to comment.