za419 / CadenceBot

A Discord bot for Cadence Radio
MIT License
2 stars 1 forks source link

Document aliases for core commands to users #78

Open za419 opened 3 years ago

za419 commented 3 years ago

This can take a few forms. The easiest is to add them to the detailed helptext for the appropriate command, but this can take one of two forms:

  1. List at the bottom of the helptext any and all aliases (section "Aliases", bulleted list under it)
  2. Put in parens at the end of the title one alias. Designate in config which alias is the primary alias to print here ({..."primary": true,...}). If more than one alias is primary, use the first one we see because this is a silly config anyway.

Alternatively, we could separate it a little more and add an aliases command (Cadence aliases), which autogenerates a list of aliases for that command (Cadence aliases play => "Cadence play has the following aliases: ...", or Cadence aliases stop => "Cadence stop has no aliases" - Or some such)

What is best is an open question.