Enable auth_token in Bot intializer
Pre-release
Pre-release
Previously
Users were forced to enter the auth_token
environment variable so as to enable the authentication of the Bot in use.
Currently
The users of the library can add the auth_token in the Bot initializer: Bot(auth_token='auth-token-123')