Yuriy Zhilovets hai 2 meses
pai
achega
da16396326
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
   }