Skip to content

CSCord Advanced

ayan edited this page Jun 8, 2023 · 2 revisions

What is advanced?

With the launch CSCord V6 we can make a lot of new features: introducing the "advanced" class. Currently we only have this on embeds, soon we will have it on normal messages. Allowing for timestamps, images, author text, thumbnails and more! Stay tuned at the time of writing.

Test out the early access version with advanced embeds

Now you wont just have plain and simple embedded messages, timestamps, images, author text, thumbnails and more are here too.

Required Arguments

advancedEmbeds(webhookUrl, username, avatarUrl, title, description, footer, doTimestamp , imageUrl, thumbnailUrl, authorUrl, color) are the arguments. For the "doTimestamp" you can add true if you want a timestamp and false if you do not.

Example

advancedEmbeds("webhook url here","CSCord", "https://raw.githubusercontent.com/AyanTheDeveloper/CSCord/master/cscordico.png", "Message For You", "CSCord dearly thanks you for using it!", "Thanks!", true, "", "", "","10181046")

Introducing optional fields

advancedEmbeds(webhookUrl, username, avatarUrl, title, description, footer, doTimestamp , imageUrl, thumbnailUrl, authorUrl, color) are the arguments, and you can leave imageUrl, thumbnailUrl, authorUrl empty like this "", and not an empty space.

Suggestions? Join our discord server.

Clone this wiki locally