txlyre 1 년 전
부모
커밋
744d71c908
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      commands.py

+ 3 - 1
commands.py

@@ -453,7 +453,9 @@ async def run_handler(bot, event, command):
   text = text.replace('`', '')
 
   if not text:
-    text = '<пусто>'
+    await event.reply('<пусто>')
+
+    return
 
   try:
     try: