-
Notifications
You must be signed in to change notification settings - Fork 0
Pinging Users
AyanTheDeveloper edited this page Sep 17, 2022
·
1 revision
- Start by adding:
CSCord.webhooks cscord = new CSCord.webhooks()if you haven't already -
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 - Your done!
Find out how to get a users id at discord's official tutorial.