thebrianlenz / pwpg-discord-bot

It's a discord bot
1 stars 2 forks source link

Better Command Names #3

Open thebrianlenz opened 5 years ago

thebrianlenz commented 5 years ago

I need some better command names/structure.

My thoughts are going towards having more subcommands ($group join ) to make it more sensible. $myprefs, as an example I feel is very awkward and certainly isn't intuitive.

Following that, at the moment, toggling the Offline Ping preference is a bit cumbersome, and that's for just the one property. If there are going to be more properties added down the road, I feel like there needs to be a nicer system in place. Is it more sensible to have individual commands for each preference ($group [pref-name] [setting]) or should we look into using something a little more reactive.

It is possible to wait for responses, so perhaps having a more interactive type system, where the bot explicitly asks for certain settings, possibly using the reaction system as a selector.

Any thoughts or input on the matter would be greatly appreciated.

aerovolts commented 5 years ago

How about having a global command to toggle offline pings instead of (or in addition to) group specific settings?