-
Notifications
You must be signed in to change notification settings - Fork 0
Send The Current Time
AyanTheDeveloper edited this page Sep 17, 2022
·
2 revisions
- Start by adding:
CSCord.webhooks cscord = new CSCord.webhooks()
if you haven't already -
cscord.cscord.timeRightNow("webhook url here");
Add your webhook url in "webhook url here" or this will not work - Your done!
Where does it get the time from? The computer from where which this is being executed.