mirror of
https://github.com/danbulant/discord.js
synced 2026-07-07 20:20:55 +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 = [];
|
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) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue