vsTerminus / Mojo-Discord

Perl Modules that implement parts of the Discord API. Intended for Text Chat Bots.
MIT License
33 stars 10 forks source link

Connection timeout variable #9

Closed JeffBobbo closed 6 years ago

JeffBobbo commented 6 years ago

Allows setting a connection timeout as part of the Mojo::Discord constructor. The new default value is 5 but sometimes five seconds is not enough to fully establish the Gateway connection. Use timeout in the constructor hash to provide the value.