1
Fork 0
mirror of https://github.com/RGBCube/VReplBot synced 2025-07-25 15:37:46 +00:00
This commit is contained in:
RGBCube 2023-02-03 22:52:08 +03:00
parent c9fe6fc55e
commit 8011df3783

View file

@ -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()