Embed System

Some notable features :

  • 13+ arguments to customize embeds as you want

  • Color your embed

  • Include timestamp

  • Change title , author , description and even the footer

  • Include images and thumbnails to the embed

Commands :

/embed create : create an embed

Optional Arguments :

  • message : Message to send with embed. Use /n for new line

  • title : Embed's title

  • description : Embed's description , for new line add /n

  • color : Embed's hex color (with #)

  • title-url : Embed's title's URL

  • timestamp : Display timestamp with embed.

  • set-author : Set author of embed.

  • set-author-icon : Set icon URL of author.

  • set-author-url : Set URL for author's text.

  • image : Set embed's image

  • thumbnail : Set embed's thumbnail

  • footer-text : Set embed's footer text

  • footer-icon : Set embed's footer icon URL

  • fields : Set embed's fields

How to set embed's fields?

In embed's field there are three main things

  • Field name : name of the field

  • Field value : value of the field

  • Field inline : whether the field is inline or not

Inline basically means if field is moved to new line or is adjusted with other fields in same line

So, let's say if you wanna specify a field with name test having value test value and want it non-inline

You need to type test;test value;no

Now, let's add one more field with name test2 having value test value 2 and want it non-inline

To add a new field you just need to seperate the previous one with , (comma)

You need to type test;test value;no,test2;test value 2;no

Last updated