findAvailableHandlers(); $attachmentFields = $this->mapHandlersToAttachments($handlers); return $this->respondToSlack(":x: Nie rozpoznajÄ™ tej komendy. Lista wszystkich komend:") ->withAttachment( Attachment::create() ->setColor("danger") ->useMarkdown() ->setFields($attachmentFields), ); } }