-
Notifications
You must be signed in to change notification settings - Fork 0
Testing Your Webhook
AyanTheDeveloper edited this page Sep 17, 2022
·
1 revision
- Start by adding:
CSCord.webhooks cscord = new CSCord.webhooks()
if you haven't already -
cscord.testWebhook("webhook url here");
Add your webhook url in "webhook url here" or this will not work - Your done!