Improve Message's ID attribute documentation (#1450)

Remove the implication that a Message object's ID is unique only to the channel it was sent on
Message ID's are snowflakes, and as stated in Discord's API documentation, globally unique throughout Discord
This commit is contained in:
Mythic
2017-06-25 01:21:21 +03:00
committed by Amish Shah
parent e3232bdb2b
commit ddfa57e96d

View File

@@ -33,7 +33,7 @@ class Message {
setup(data) { // eslint-disable-line complexity
/**
* The ID of the message (unique in the channel it was sent)
* The ID of the message
* @type {Snowflake}
*/
this.id = data.id;