MenuDocs / Pyro

A Python Discord Bot
Apache License 2.0
26 stars 6 forks source link

Mongo.py should attempt to verify on create #10

Closed Skelmis closed 4 years ago

Skelmis commented 4 years ago

Currently the class does not check if the connection is valid, which leads to timeout errors. We should think about implementing a check on instance creation or something that raises an invalid connection if its incorrect rather then merely waiting for errors

Skelmis commented 4 years ago

Issue resolved on my new branch