mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
Fixed embed docs
This commit is contained in:
@@ -82,9 +82,9 @@ Attributes
|
|||||||
.. code-block:: js
|
.. code-block:: js
|
||||||
|
|
||||||
{
|
{
|
||||||
url, // the URL of the image
|
url, // the URL of the video
|
||||||
type : "image",
|
type : "video",
|
||||||
title, // title of the embed/image
|
title, // title of the embed/video
|
||||||
thumbnail : {
|
thumbnail : {
|
||||||
width, // the width of the thumbnail in pixels
|
width, // the width of the thumbnail in pixels
|
||||||
height, // the height of the thumbnail in pixels
|
height, // the height of the thumbnail in pixels
|
||||||
|
|||||||
Reference in New Issue
Block a user