txlyre 1 年之前
父节点
当前提交
9bf92ac6c6
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      commands.py

+ 5 - 0
commands.py

@@ -427,6 +427,11 @@ async def run_handler(bot, event, command):
 
   language_name, text = re.match(r'^(\w+)(?:\s|\n)((?:\n|.)*)$', command.args_string).groups()
 
+  if not text.strip():
+    await event.reply('Пожалуйста, не оставляйте ввод пустым!')
+
+    return
+
   async with ClientSession() as session:
     try:
       async with session.post(