Skip to content

Testing Your Webhook

AyanTheDeveloper edited this page Sep 17, 2022 · 1 revision

Testing Your Webhook

You can easily test your webhook with CSCord.

  1. Start by adding: CSCord.webhooks cscord = new CSCord.webhooks() if you haven't already
  2. cscord.testWebhook("webhook url here"); Add your webhook url in "webhook url here" or this will not work
  3. Your done!