How to build this db model
Working on a NoSQL implementation of this discord bot me and my friend are setting up. What it'll do is iterate through all messages and get the amount of emojis each user has across all their messages.
I was wondering what a good model for this would be? Should we build a model for each User, and then iterate through all their emojis? I have this so far:
This way, we can just do something like:
I was wondering what a good model for this would be? Should we build a model for each User, and then iterate through all their emojis? I have this so far:
This way, we can just do something like:
