mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 19:20:42 +00:00
Webpack build for branch master: fd79539ec3
This commit is contained in:
parent
50d93e9e6b
commit
df0211d7b5
1 changed files with 1 additions and 1 deletions
|
|
@ -3477,7 +3477,7 @@ class Message {
|
||||||
|
|
||||||
setup(data) { // eslint-disable-line complexity
|
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}
|
* @type {Snowflake}
|
||||||
*/
|
*/
|
||||||
this.id = data.id;
|
this.id = data.id;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue