Create a bot instance. Create a bot instance.
Await helper, pauses for event loop.
Internal index for loading status.
Find out where the loading or shutdown process is at.
Load all components. Extensions/adapters can interrupt or modify the stack before start.
Stop temporarily. Allow start to be called again without reloading
Scrub it clean! Would allow redefining classes before calling start again, mostly for tests.
Private helper for setting and logging loading status.
Make it stop! Stops responding but keeps history and loaded components. Will wait until started if shutdown called while starting.
Make it go!
Generated using TypeDoc
Primary parent class for bBot import typing.