ryan-rowland / albion-guildbot

A Bot that posts interesting events about a guild to Discord.
GNU General Public License v3.0
20 stars 28 forks source link

Remove Redis requirement #8

Closed ryan-rowland closed 7 years ago

ryan-rowland commented 7 years ago

We don't need a whole clunky database to store two variables! Setting it up is a pain in the butt. Let's find an ad-hoc database that will run via npm install so adopters don't need to set up a database themselves.

ryan-rowland commented 7 years ago

https://github.com/ryan-rowland/albion-guildbot/commit/189abb9ca5a0ee498afd1d5f052450dab3c1917c

This was super easy. Easier than using Redis in the first place!