Skip to content

Send The Current Time

AyanTheDeveloper edited this page Sep 17, 2022 · 2 revisions

Sending The Current

You can easily send the current time with CSCord.

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

Where does it get the time from? The computer from where which this is being executed.