From 8011df378370a28154aeb161a96f5d5f2868c252 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 3 Feb 2023 22:52:08 +0300 Subject: [PATCH] a --- v_repl_bot/cogs/playground.py | 1 + 1 file changed, 1 insertion(+) 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()