So I’m attempting to create a custom chat command in StreamElements that makes a call out to Warp World to add Mario Maker 2 levels to my queue. I’ve created the queue and selected Super Mario Maker 2 as the game. I have the command below entered in the chat command settings and get “Sorry that level doesn’t seem to exist! Check your code again!”
${customapi.https://warp.world/bot/add?streamer=&key=&submitter=${user}&levelcode=${1}}
I’ve even tried to enable “No Validation” and it looks as though it’s still validating the level’s existence. Any help would be appreciated.