mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
docs(ReactionStore): resolveID takes a reaction, not role (#3617)
* Docs: ReactionStore.resolveID should take Reaction, not role * Make param lowercase Co-Authored-By: SpaceEEC <spaceeec@yahoo.com>
This commit is contained in:
parent
4585d965b4
commit
123713305a
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue