frc5183 / Oatmeal

MIT License
2 stars 0 forks source link

Fully anonymous suggestion box. #10

Open Baconing opened 1 year ago

Baconing commented 1 year ago

Would require implementing https://discord.com/developers/docs/interactions/message-components

With he way I would want to implement the functionality.

The way I would want to do this is by using the text input modal to get a suggestion and a button to trigger the modal as well as a button to vote up (/down?) a suggestion.

We could provide non exposing data to administrators to be used to prevent botting (e.g. randomize their join date within a certain range of accuracy to show if they are a new user without exposing their join date, which could be used to pinpoint the exact user).

Baconing commented 1 year ago

This issue/branch will also be used for monitoring progress with message component integration.