Basically, a command like /debug which generates a code (such as INT-LGT_XXXXXXXXXXXXXXX). When this is created, for 5 minutes, the bot will ping the API every 30 seconds.
The user can then edit the attributes of the script and the DEBUG_CODE Key with the code returned as the Value.
When this is created, for 5 minutes, the bot will send a POST request the API at [API_DOMAIN]/v2/debug/check every 30 seconds with DEBUG_CODE: [CODE] as the body.
As the product loads, it captures data such as STREAMING_ENABLED, HTTP_REQUEST, NON_OWNER. Once, they are logged, the API will return a JSON table with the time and data that was captured.
After this is done, or after 5 minutes, the API will automatically delete the generated DEBUG_CODE
Basically, a command like
/debugwhich generates a code (such asINT-LGT_XXXXXXXXXXXXXXX). When this is created, for 5 minutes, the bot will ping the API every 30 seconds.The user can then edit the attributes of the script and the
DEBUG_CODEKeywith the code returned as theValue.When this is created, for 5 minutes, the bot will send a
POSTrequest the API at[API_DOMAIN]/v2/debug/checkevery 30 seconds withDEBUG_CODE: [CODE]as the body.As the product loads, it captures data such as
STREAMING_ENABLED,HTTP_REQUEST,NON_OWNER. Once, they are logged, the API will return a JSON table with the time and data that was captured.After this is done, or after 5 minutes, the API will automatically delete the generated
DEBUG_CODE