createdAt

This commit is contained in:
abalabahaha
2016-05-31 18:52:41 -07:00
parent d913d04f44
commit bd15cc68ce
12 changed files with 60 additions and 1 deletions

View File

@@ -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

View File

@@ -50,6 +50,11 @@ client
The Client_ that cached the role.
createdAt
~~~~~~~~~
A `Date` referring to when the role was created.
Functions
---------

View File

@@ -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
---------

View File

@@ -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
---------