Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Better command parsing #23

Open
pinecat opened this issue Mar 6, 2021 · 0 comments · May be fixed by #28
Open

Feature: Better command parsing #23

pinecat opened this issue Mar 6, 2021 · 0 comments · May be fixed by #28
Assignees
Labels
enhancement New feature or request

Comments

@pinecat
Copy link
Collaborator

pinecat commented Mar 6, 2021

We are in need of a better command parsing system. Specifically, we need to be able to parse out multispace strings as a single argument. An example of how we might do this is below:

~update gatekeeper welcome "Hello, welcome to the server! 😃 "

It is probably best if we use delimiters, such as double quotes, rather than typical command line flag syntax, as most Discord users will likely be unfamiliar with it.

@pinecat pinecat added the enhancement New feature or request label Mar 6, 2021
@pinecat pinecat assigned cebarks and pinecat and unassigned cebarks Mar 6, 2021
@pinecat pinecat linked a pull request Mar 6, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants