method init

Runs during the initialization of the bot.

:::info Lifecycle Method

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

:::

This is a wrapper around decorateBot, it will add the properties of the returned object (if any) to the bot.

Return Type

Omit<BotDecorationsT, MiddlewareT>