-
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. CSCord Advanced is a separate class, Allowing for timestamps, images, author text, thumbnails and more!
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.
cscord.message(webhookUrl, webhookMessage);
cscord.message(webhookUrl, "Yo");
Only timestamps currently.