mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
Rename createdAt -> creationDate (#628)
* Rename createdAt -> creationDate Also make it return a Date like it says, and small cleanup * Build docs
This commit is contained in:
committed by
GitHub
parent
6bfad00229
commit
7fea0a3937
@@ -130,6 +130,7 @@ class Message {
|
||||
this.system = false;
|
||||
if (data.type === 6) this.system = true;
|
||||
}
|
||||
|
||||
/**
|
||||
* When the message was sent
|
||||
* @type {Date}
|
||||
|
||||
Reference in New Issue
Block a user