findAvailableHandlers(); $attachmentFields = $this->mapHandlersToAttachments($handlers); return $this->respondToSlack(__("Available commands:")) ->withAttachment( Attachment::create() ->setColor("good") ->useMarkdown() ->setFields($attachmentFields), ); } }