findAvailableHandlers(); $attachmentFields = $this->mapHandlersToAttachments($handlers); return $this->respondToSlack("Dostępne polecenia:") ->withAttachment( Attachment::create() ->setColor("good") ->useMarkdown() ->setFields($attachmentFields), ); } }