You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: