jkomoros / flux-bot

Discord bot for GALE-x
3 stars 1 forks source link

A better data cache #41

Open jkomoros opened 3 years ago

jkomoros commented 3 years ago

With #35, we're fetching all messages to do processing. Other features will need that index, too.

Currently it's just being done by saving out a JSON snapshot every so often, but for bigger guilds that won't work.

Perhaps Firestore? Keeping the index in sync will be a pain in the butt but is necessary for lots of things...

jkomoros commented 3 years ago

Check: does leaving an emoji reaction change the edit timestamp? (I imagine not)