RileCraft / DiscordBot-Template

A bot template with command , event , button , selectmenus , slashcommands handler and error handlers. Made in Discord.JS V14
MIT License
229 stars 59 forks source link

MongoDB #72

Closed ToddyTheNoobDud closed 1 year ago

ToddyTheNoobDud commented 1 year ago

Name of the feature Eg: Mongo DB support

What will this feature do? it will support database to save level system, warn, etc

Additional context

MarcZX100 commented 1 year ago

I completely agree. Almost every single bot I've ever made required some database and the one I used was Mongo DB with mongoose. I used this template once and I had to kind of implement it easily, but probably not in the optimal way. If it was already implemented, it would be great. Theres no need to create a whole new model to cover all aspects the database could make use of, only with a simple one that saves a text written by the user may be enough.

RileCraft commented 1 year ago

I intentionally didn't use MongoDB as default as i wanted this template to allow users to clone it and use it instantly with minimial setup, if they want MongoDB they are capable to set it up themself and it will take hardly any changes to set it up as quick.db isn't too much integrated into the template and as always it is just a base template to start at.

ToddyTheNoobDud commented 1 year ago

alr, i set up it myself and it worked.