Create multilevel key-value registers
- Every twitch channel will have individual user cache
- The channel moderators will have the ability to clear the bot cache for the channel-level key-values
Structure demo:
# Database Schema
{
"cache": {
"streamer_1": ["user1", "user2","user3"],
},
"streamers": {
"streamer_1": "streamer_name_1",
}
}