Syvrus / Budo-Bot-Jnana

Exalted 3E Discord Bot
0 stars 0 forks source link

Connect MongoDb to bot through Node.js #13

Open NateDaulo opened 2 months ago

NateDaulo commented 2 months ago

To prevent constant updating of the info the bot has access to it may be more efficient to connect the MongoDb with the charms to the bot rather than converting to a csv or something. Possible to just make a python script or something to make CSVs from the database but seems inefficient.

NateDaulo commented 2 months ago

I know how to connect to the database in python but gotta figure out how node.js works with it. More research to be done.

https://www.mongodb.com/docs/drivers/node/current/