method start

Called after the client has started

:::info[Lifecycle Method]

This method is a lifecycle method and gets run during the bot's lifecycle.

:::

This is called after the client has started, after preStart.

Return Type

Promise<void>