async fn send_expanded_contents(
ctx: &Context,
request: &Message,
results: Vec<ExpandedContent>,
)Expand description
Sends expanded contents as a reply to the original message.
A failed send is reported and skipped rather than aborting the rest: the expansions are independent, so one rejected message must not silence the others.