interlock-network / bouncer

Discord bot to scan & neutralize malicious links
GNU General Public License v3.0
5 stars 0 forks source link

Interactive menu to show Bouncer configs on server #85

Open DecentralizedDan opened 2 years ago

DecentralizedDan commented 2 years ago

Bouncer should have an interactive display of its server settings.

Screens of info:

Screen Shot 2022-06-21 at 1 56 32 PM
jmercouris commented 2 years ago

I almost wonder if it would be easier to just have a website that the user can go to to see the settings. Perhaps we generate a one-time-pad type URL that the user can visit, make some changes, and then boom it is gone. So the process would be:

  1. A user requests a config URL from the bot
  2. The bot generates a unique URL
  3. The user clicks on that URL
  4. The user sets their settings at that URL

In this way, they don't need to manage yet another account etc. However, they can still have a (in my opinion), nicer, web interface. Interested in your thoughts!

DecentralizedDan commented 2 years ago

I think a website is a must-have for us in the future. My concern is that, if users navigate to a website, they will reasonably expect to be able to change their settings there, and will therefore get frustrated if they cannot.

jmercouris commented 2 years ago

Also consider this ticket in the context of #158