Currently, every time you report a bug or suggest a feature the bot posts a form entry to a google form. As this takes a lot of time (relatively) to set up and seems a bodge anyway, we should make two collections in the mStats database. So each time something gets submitted, the bot just put a new doc in the right collection.
One collection should be called bugs and the other featureSuggestions and each doc should contain not only the suggestion/bug but also the user id of the submitter.
Currently, every time you report a bug or suggest a feature the bot posts a form entry to a google form. As this takes a lot of time (relatively) to set up and seems a bodge anyway, we should make two collections in the
mStats
database. So each time something gets submitted, the bot just put a new doc in the right collection. One collection should be calledbugs
and the otherfeatureSuggestions
and each doc should contain not only the suggestion/bug but also the user id of the submitter.