Function: deliverTurn()
deliverTurn(
options):Promise<void>
Run one turn and deliver the card back through the Connector API.
Awaited by nobody on the request path (the route has already answered 200),
so this owns its own error handling: a failure posts FAILURE_TEXT to
the channel and is logged, never rethrown into an unhandled rejection.
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”Promise<void>