code
!commands edit !iqMOD -ul=moderator $(eval
a=$(urlfetch json http://twitch.center/customapi/quote/list?token=XXX&no_id=1);
a
)
return string when running postman: $(query) test test5
return string when running the command: $(query)testtest5
trying to understand how nightbot works, but the lack of debug tools makes it hard for me to do so.
so why does urlfetch remove the spaces when calling the list for the quotes command? some in detail documentation of nightbot would be greatly appreciated as well. i have already found: https://docs.nightbot.tv/what-is-nightbot but it does not describe this behavior but i might have misunderstood something
