mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 20:43:30 +01:00
Add a type to Message.id in docs
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -80,6 +80,7 @@ class Message {
|
|||||||
this.mentions = [];
|
this.mentions = [];
|
||||||
/**
|
/**
|
||||||
* The ID of the message (unique in the channel it was sent)
|
* The ID of the message (unique in the channel it was sent)
|
||||||
|
* @type {String}
|
||||||
*/
|
*/
|
||||||
this.id = data.id;
|
this.id = data.id;
|
||||||
for (const mention of data.mentions) {
|
for (const mention of data.mentions) {
|
||||||
|
|||||||
Reference in New Issue
Block a user