FragSoc / esports-bot

A Discord bot utilising Discord.py to provide functionality for UoY Esports game hubs
GNU Affero General Public License v3.0
2 stars 2 forks source link

`?help` commands don't clearly indicate that subcommands are subcommands #186

Closed Laura7089 closed 3 years ago

Laura7089 commented 3 years ago

In testing, we're seeing a lot of users run things like ?help music immediately followed by things like ?skip - this is because the message posted by ?help music doesn't make it adequately clear that the correct command is ?music skip.

Laura7089 commented 3 years ago

176 and #178 are both related to this

Laura7089 commented 3 years ago

Will likely require us to write our own formatter