evaera / RoVer

This repo is RoVer V1, which is now deprecated and will no longer work. Get Rover V2 now: https://rover.link
https://rover.link
Apache License 2.0
146 stars 201 forks source link

Add a generalized configuration command #120

Closed evaera closed 2 years ago

evaera commented 6 years ago

Running a command with no arguments (status quo) doesn't feel intuitive. Running with no arguments should display the current value.

Unsure how the user should indicate they want to change a setting to default. May be difficult to do this with the built-in Commando argument parsing system.

antonio6643 commented 6 years ago

We could add tags such as: $all, $default, $administrators to target certain groups/things, making it easier to complete some tasks.

evaera commented 6 years ago

discord.js-commando added union types which will make this easier

devSparkle commented 6 years ago

Could you post a reference to the new Union Types feature so that we could look into it @evaera?