diff --git a/v_repl_bot/cogs/playground.py b/v_repl_bot/cogs/playground.py index 14ce568..d9981c4 100644 --- a/v_repl_bot/cogs/playground.py +++ b/v_repl_bot/cogs/playground.py @@ -63,6 +63,7 @@ class Playground( data = { "code": code }, ) as response: body = await response.json() + print(body) text = sanitize_str_for_codeblock(body["output"]) if len(text) + 7 > 2000: