mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
Added line breaks
This commit is contained in:
@@ -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
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user