-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keep a record of how many times each sound effect is played #91
Comments
As suggested by DaymeTV on Twitch, keep track of how many times incorrect sound effects are used. Maybe when a sound effect command is misspelled it automatically plays a different sound effect in response (like an error horn or something) |
@clarkio - Looking at this. @michaeljolley is using FaunaDB for his awesum.io app for DB storage. That may be an option here or something like CosmosDB if you want to keep it all in Azure. |
Link to Fauna to check out further: https://fauna.com/ |
I'll give a 👍 for FaunaDB. @clarkio knows I'm very pro-Azure, and actually started with CosmosDB, but its pricing model is not very welcoming for smaller projects. Same can be done in FaunaDB for free and it was very easy to get rolling. |
Looked at FaunaDB. After reviewing and discussing in Discord i'm probably going to go with CosmosDB to keep it all in Azure. This can be expanded to include the other commands to keep track of how many times they are used as well as which !bulb color gets used the most, which was referenced in Issue #92 and it can also be used for Issue #93 . |
This issue is for a: (mark with an
x
)Expected/desired behavior
The text was updated successfully, but these errors were encountered: