Code2Gether-Discord / Code2Gether-Discord/BusyList
Support both `<id> command` and `command <id>`
- Dominant language
- C#
- Stars
- 4
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
### Support both command id orders
Currently BusyList only supports the ` command` pattern, but many people have suggested `command `. We should support both ways.
### Describe how this new feature adds value to the application
It allows the user to use whatever command pattern they feel is more intuitive.
### Describe suggested implementation
For each command, support both patterns in the `CommandGrammar` class.
This is pretty much the easiest change to the parsing grammar possible, so I think it would be an excellent issue for someone who wants to get more familiar with parsing and Sprache.
### Additional context
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.