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:
Thanks!
~Matt
[doublepost=1586745504,1586728961][/doublepost]
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]
I tried these also: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
Code:
I have this: {_results::confirmed} and i tried: {results::confirmed}