mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 03:31:03 +00:00
Added line breaks
This commit is contained in:
parent
1c0f0289aa
commit
257b63c07f
3 changed files with 6 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ Cache
|
||||||
|
|
||||||
A Cache object extends an Array (so it can be used like a regular array) but introduces helper functions to make it more useful when developing with discord.js. Unlike a regular array, it doesn't care about the instance or prototype of an object, it works purely on properties.
|
A Cache object extends an Array (so it can be used like a regular array) but introduces helper functions to make it more useful when developing with discord.js. Unlike a regular array, it doesn't care about the instance or prototype of an object, it works purely on properties.
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
Functions
|
Functions
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,8 @@ user
|
||||||
|
|
||||||
A User_ object representing the logged in client's user.
|
A User_ object representing the logged in client's user.
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
Functions
|
Functions
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -62,6 +62,8 @@ avatarURL
|
||||||
|
|
||||||
A valid URL to the user's avatar if they have one, otherwise null.
|
A valid URL to the user's avatar if they have one, otherwise null.
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
Functions
|
Functions
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue