wait_interaction_finished()
  • 1 Minute to read

wait_interaction_finished()


Article summary

Wait interaction for finish.

Arguments

None

Return

None

Exceptions

  • RayaCommandNotRunning
  • RayaInteractionsNotRunning

See the complete interactions exceptions.
See the general exceptions.

Usage example

        ...
        await self.interactions.wait_interaction_finished()

Was this article helpful?