Skip to content

Pinging Users

AyanTheDeveloper edited this page Sep 17, 2022 · 1 revision

Pinging

You can easily ping users with CSCord.

  1. Start by adding: CSCord.webhooks cscord = new CSCord.webhooks() if you haven't already
  2. cscord.Spam("webhook url here", "My first ping message: <@users id here>"); Add your webhook url in "webhook url here", and the users id in "users id here" or this will not work
  3. Your done!

Find out how to get a users id at discord's official tutorial.

Suggestions? Join our discord server.

Clone this wiki locally