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
)
Use this method to run a couroutine function or handle new updates.
main
(Coroutine
) (optional
): The couroutine function.Any
await bot.run(
main=your_main_here
)