I would like to create 4 commands :
!lvl : "The streamer is actually level {value} in Fortnite"
!setlvl : {NewValue}
+lvl : {Value + 1}
-lvl : {Value - 1}
i tried this for the +lvl but it did't work :
> $(eval let response = $(urlfetch https://twitch.center/customapi/quote?token=PUBLIC_TOKEN&no_id=1&data=$(query…)); let number = parseInt(response) + 1; $(urlfetch https://twitch.center/customapi/delquote?token=PRIVATE_TOKEN&clear=1); $(urlfetch https://twitch.center/customapi/addquote?token=PRIVATE_TOKEN&silent=1&no_id=1… $(query))); The streamer is actually level ${number} in Fortnite; Level changed successfully !; )
Thanks to everyone who will help me !