mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 06:31:20 +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.
|
||||
|
||||
-----
|
||||
|
||||
Functions
|
||||
---------
|
||||
|
||||
|
|
|
|||
|
|
@ -50,6 +50,8 @@ user
|
|||
|
||||
A User_ object representing the logged in client's user.
|
||||
|
||||
-----
|
||||
|
||||
Functions
|
||||
---------
|
||||
|
||||
|
|
|
|||
|
|
@ -62,6 +62,8 @@ avatarURL
|
|||
|
||||
A valid URL to the user's avatar if they have one, otherwise null.
|
||||
|
||||
-----
|
||||
|
||||
Functions
|
||||
---------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue