Docs: Wording Improvements (#2607)

* wording improvement

* wording improvement for docs

* docs: wording

* wording

* user account only: docs

* Edited

* Edited
This commit is contained in:
Camzure
2018-06-21 15:35:52 -04:00
committed by SpaceEEC
parent 594363a05e
commit 9997a67ab6
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ class MessageReactionAdd extends Action {
}
/**
* Emitted whenever a reaction is added to a message.
* Emitted whenever a reaction is added to a cached message.
* @event Client#messageReactionAdd
* @param {MessageReaction} messageReaction The reaction object
* @param {User} user The user that applied the guild or reaction emoji

View File

@@ -31,7 +31,7 @@ class MessageReactionRemove extends Action {
}
/**
* Emitted whenever a reaction is removed from a message.
* Emitted whenever a reaction is removed from a cached message.
* @event Client#messageReactionRemove
* @param {MessageReaction} messageReaction The reaction object
* @param {User} user The user that removed the emoji or reaction emoji

View File

@@ -17,7 +17,7 @@ class MessageReactionRemoveAll extends Action {
}
/**
* Emitted whenever all reactions are removed from a message.
* Emitted whenever all reactions are removed from a cached message.
* @event Client#messageReactionRemoveAll
* @param {Message} message The message the reactions were removed from
*/