dvillavicencio / riven-bot

Discord Bot for Destiny 2 that retrieves statistics regarding Raid and Dungeon activities through Discord chat
2 stars 0 forks source link

Remove mongo DB attributes and dependencies #48

Closed dvillavicencio closed 9 months ago

dvillavicencio commented 9 months ago

MongoDB was a first-resort for the data store used for the bot, however, we can achieve basically the same functionality using Redis as the main database. Therefore, I'm removing mongoDB and any dependencies, properties, or traces of it.