Skip to content

run

Use this method to run a couroutine function or handle new updates.

Parameters

  • main (Coroutine) (optional): The couroutine function.

Returns

Any

Examples

  • All Parameters
await bot.run(
    main=your_main_here
)