Hi all, I am trying to add a command that will give 250 points of nightbots currency away randomly however for some reason it does not work.
I currently have this:
!addcom !lottery !give $(urlfetch https://2g.be/twitch/randomviewer.php?channel=zed_b0t) 250
It will return " !give zed_b0t 250" but not function.
If I try to do !addcom !lotterytest !give Zed_b0t 250 and hard code it then it will return !give zed_b0t 250 but will also function.
My only thought is that it is executing the give function/call before the variable is resolved but I am not sure how to resolve that.