docs(MessageEmbed): correct description of createdAt (#3897)

* docs(MessageEmbed): correct description of createdAt

* typo
This commit is contained in:
Sugden 2020-03-17 18:04:46 +00:00 committed by GitHub
parent 8b906c69bb
commit a5267e1163
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -199,7 +199,7 @@ class MessageEmbed {
}
/**
* The date this embed was created at
* The date displayed on this embed
* @type {?Date}
* @readonly
*/