Added context manager interface to Bot instance, from now you can use: .. code-block:: python async with Bot(...) as bot: ... instead of .. code-block:: python async with Bot(...).context(): ...