modmail-dev / Modmail

A Discord bot that functions as a shared inbox between staff and members, similar to Reddit's Modmail.
https://docs.modmail.dev
GNU Affero General Public License v3.0
1.58k stars 4.59k forks source link

Improve parity between plugin add and plugin remove #3260

Open StephenDaDev opened 1 year ago

StephenDaDev commented 1 year ago

Is your feature request related to a problem? Please elaborate.

The ?plugin command allows plugins to be installed using the ?plugin install command, the opposite of install is uninstall therefore it is unintuitive to not have that complete the desired action in the stock config of the bot.

Describe the solution you'd like

Add plugin uninstall as a hardcoded alias for plugin remove

Does your solution involve any of the following?

Describe alternatives you've considered

N/A

Who will this benefit?

Everyone.

Additional Information

This change would improve the UX of the bot for all users and possesses no reasonable downsides.