diff --git a/v_repl_bot/cogs/playground.py b/v_repl_bot/cogs/playground.py index d291b4a..75ce589 100644 --- a/v_repl_bot/cogs/playground.py +++ b/v_repl_bot/cogs/playground.py @@ -33,6 +33,7 @@ class Playground( text = await response.text() if text == "Not found.": + print(f"Query {query} not found.") await ctx.reply("Invalid query.") raise StopCommandExecution()