Vixio code wont work

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Mattllama987

Supporter
Aug 5, 2018
225
7
18
Hey, im trying to get information on a website that talks about Covid-19. Im trying to get the latest new on the cases. The code i have now doesnt give errors, but it says <none>. Does anyone know why it says that?

Skript Version: 2.4
Vixio Version: 2.0.4

Code:

Code:
discord command !test:
    trigger:
        send a request to "https://covid-19api.com/api/all-today"
        map json (body of last http response) to {_results::*}
        send "%{_results::confirmed}%" to event-channel with "bot"

Thanks!
~Matt
[doublepost=1586745504,1586728961][/doublepost]
Hey, im trying to get information on a website that talks about Covid-19. Im trying to get the latest new on the cases. The code i have now doesnt give errors, but it says <none>. Does anyone know why it says that?

Skript Version: 2.4
Vixio Version: 2.0.4

Code:

Code:
discord command !test:
    trigger:
        send a request to "https://covid-19api.com/api/all-today"
        map json (body of last http response) to {_results::*}
        send "%{_results::confirmed}%" to event-channel with "bot"

Thanks!
~Matt
I tried these also:
Code:
I have this: {_results::confirmed} and i tried: {results::confirmed}
 
Status
Not open for further replies.