Skip to content

Enable auth_token in Bot intializer

Pre-release
Pre-release
Compare
Choose a tag to compare
@Paul-weqe Paul-weqe released this 14 Jun 14:12
· 76 commits to master since this release
3a6e131

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')