mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 05:52:05 +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}
|
||||
* @readonly
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue