mirror of
https://github.com/danbulant/discord.js
synced 2026-06-21 07:42:36 +00:00
Add a type to Message.id in docs
This commit is contained in:
parent
79ea663afe
commit
ab92be4209
2 changed files with 2 additions and 1 deletions
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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue