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
When chat commands are parsed and it reaches a non coalescing argument, it will try to parse the argument to the current index arg type, and if it fails it will return null to that optional arg and remove the content string
if the argument it tried to parse the content to is an optional one, it should not remove content string and rather try to parse it with the next argument
No description provided.
The text was updated successfully, but these errors were encountered: