-
Notifications
You must be signed in to change notification settings - Fork 0
CSCord 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.
Now you wont just have plain and simple embedded messages, timestamps, images, author text, thumbnails and more are here too.
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.
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")
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.