-
Notifications
You must be signed in to change notification settings - Fork 0
Embeds
AyanTheDeveloper edited this page Sep 19, 2022
·
10 revisions
- Start by adding:
CSCord.webhooks cscord = new CSCord.webhooks()
if you haven't already -
cscord.embed("webhook url here", "username here", "My first embed!", "My first description!", "My first footer!", "008000");
Add your webhook url in "webhook url here", and the username of the webhook in "username here" or this will not work - Your done!
This feature is currently in testing, use at your own risk.