12brendan3 / UC-Esports-Bot

A bot for the University of Cincinnati Esports Discord server. Written using discord.js.
MIT License
3 stars 0 forks source link

Feedback/Review command #14

Closed 12brendan3 closed 3 years ago

12brendan3 commented 3 years ago

Allow users to provide feedback for the bot via a command. For the sake of us developers we should also make a review command with this. A user can submit feedback and us developers can use the review command to review feedback without directly accessing a file. We can then approve feedback and on approval, the feedback will be sent in a relevant channel for us to handle from there.

Screenshots of the current feedback command: image

My idea for the review command:

  1. The command is executed by a developer.
  2. A. If feedback is available, a rich embed with the name/pfp of the user who sent the feedback and their feedback is sent. Command continues. B. If there is no feedback, the bot replies saying so. Command ends.
  3. A. The message from the bot has two reactions added to it. An accept and deny reaction. B. If there is additional feedback available, an additional two reactions are added. One to scroll forward, one to scroll back.
  4. The rest should be self-explanatory?