mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +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 = [];
|
||||
/**
|
||||
* The ID of the message (unique in the channel it was sent)
|
||||
* @type {String}
|
||||
*/
|
||||
this.id = data.id;
|
||||
for (const mention of data.mentions) {
|
||||
|
||||
Reference in New Issue
Block a user