Yuriy Zhilovets 2 tháng trước cách đây
mục cha
commit
da16396326
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      modules/commands.pm

+ 1 - 1
modules/commands.pm

@@ -346,7 +346,7 @@ async sub command_tasks
     }  @{$res->{data}}
   ]];
   
-  if (@{$res->{data})
+  if (@{$res->{data}})
   {
     reply_with($info, {inline_menu=>$menu}, @str);
   }