CodeBullet-Community / BulletBot

A Discord bot for the Code Bullet and Co server
https://codebullet-community.github.io/BulletBot
GNU Affero General Public License v3.0
28 stars 9 forks source link

migrate bug report and feature suggestion to database #14

Closed Jet132 closed 5 years ago

Jet132 commented 5 years ago

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.

Jet132 commented 5 years ago

was implemented in https://github.com/CodeBullet-Community/BulletBot/pull/39