Skip to content

Commit

Permalink
Update embedBuilder.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Dec 27, 2024
1 parent 28ffdc8 commit 7296aec
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/util/builder/embedBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ import isValidUrl from "../general/isValidUrl.js";
*/

/**
* Represents an embed.
* @typedef {Object} Embed
* Helps to create an embed for a message.
* @see {@link https://discord.com/developers/docs/resources/channel#embed-object-embed-structure}
* @property {String} [title] The title of the embed.
* @property {String} [description] The description of the embed.
* @property {String} [url] The url of the embed.
Expand All @@ -44,11 +44,6 @@ import isValidUrl from "../general/isValidUrl.js";
* @property {String} [video.url] The video url.
* @property {Number} characterCount The character count of the embed.
*/

/**
* Helps to create an embed for a message.
* @see {@link https://discord.com/developers/docs/resources/channel#embed-object-embed-structure}
*/
class Embed {
/**
* Creates an embed structure.
Expand Down

0 comments on commit 7296aec

Please sign in to comment.