findAvailableHandlers(); $attachmentFields = $this->mapHandlersToAttachments($handlers); return $this->respondToSlack(__(":x: I don't recognize the command. List of all commands:")) ->withAttachment( Attachment::create() ->setColor("danger") ->useMarkdown() ->setFields($attachmentFields), ); } }