VikeLabs / vikebot

A Discord bot designed for The University of Victoria's VikeLabs club server. Helps manage user information and provides software development functionality.
GNU General Public License v3.0
3 stars 0 forks source link

Web Interface #10

Open SwammyBoy opened 3 years ago

SwammyBoy commented 3 years ago
aomi commented 3 years ago

Although I am the one who raised this, we can probably make do with having config commands unless there's something not allowing us to do that.

ie Adding a domain. v!config domain add uvic.ca Removing a domain. v!config domain remove uvic.ca
Adding an override (the email is not part of an approved domain etc). v!config email add example@gmail.com

Sounds like we might need some persistent storage 😅 If these methods are written well, we can just link them to a web UI later on.