dirigeants / klasa-pieces

MIT License
44 stars 55 forks source link

Update rethinkdb provider to use rethinkdb-ts module #186

Closed MrJacz closed 5 years ago

MrJacz commented 5 years ago

This PR modifies the rethinkdb provider to use the rethinkdb-ts module.

MrJacz commented 5 years ago

@vladfrangu Fixed them. Btw if you plan to just drop this in you will need to change the config in KlasaClientOptions. passing host and port will do, as the new module does the servers: [] part for us

MrJacz commented 5 years ago

I have tested this and it works completely fine after suggested changes. all bugs have been fixed.