mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
createdAt
This commit is contained in:
@@ -27,6 +27,11 @@ isPrivate
|
||||
|
||||
Indicates whether the channel is PM channel, is `Boolean`.
|
||||
|
||||
createdAt
|
||||
~~~~~~~~~
|
||||
|
||||
A `Date` referring to when the channel was created.
|
||||
|
||||
--------
|
||||
|
||||
Functions
|
||||
|
||||
@@ -50,6 +50,11 @@ client
|
||||
|
||||
The Client_ that cached the role.
|
||||
|
||||
createdAt
|
||||
~~~~~~~~~
|
||||
|
||||
A `Date` referring to when the role was created.
|
||||
|
||||
Functions
|
||||
---------
|
||||
|
||||
|
||||
@@ -79,6 +79,11 @@ iconURL
|
||||
|
||||
The URL of the Server's icon. If the server doesn't have an icon, this will be null.
|
||||
|
||||
createdAt
|
||||
~~~~~~~~~
|
||||
|
||||
A `Date` referring to when the server was created.
|
||||
|
||||
Functions
|
||||
---------
|
||||
|
||||
|
||||
@@ -82,6 +82,11 @@ voiceChannel
|
||||
|
||||
The VoiceChannel_ the user is connected to. If they aren't in any voice channels, this will be ``null``.
|
||||
|
||||
createdAt
|
||||
~~~~~~~~~
|
||||
|
||||
A `Date` referring to when the user was created.
|
||||
|
||||
Functions
|
||||
---------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user