mirror of
https://github.com/danbulant/discord.js
synced 2026-07-08 12:40:50 +00:00
docs(MessageEmbed): correct description of createdAt (#3897)
* docs(MessageEmbed): correct description of createdAt * typo
This commit is contained in:
parent
8b906c69bb
commit
a5267e1163
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ class MessageEmbed {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The date this embed was created at
|
* The date displayed on this embed
|
||||||
* @type {?Date}
|
* @type {?Date}
|
||||||
* @readonly
|
* @readonly
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue