CommandAPI icon indicating copy to clipboard operation
CommandAPI copied to clipboard

ArgumentSuggestions missing stringCollectionAsync & stringCollection in Wiki

Open lowercasebtw opened this issue 1 year ago • 2 comments

Documentation URL

https://commandapi.jorel.dev/9.5.0/argumentsuggestions.html#the-argumentsuggestions-interface

What the documentation currently says

image

Proposed fix

add ArgumentSuggestions stringCollection(Collection<String> collection); ArgumentSuggestions stringCollectionAsync(Collection<String> collection);

lowercasebtw avatar Jul 03 '24 12:07 lowercasebtw

Thanks for letting us now about this! Implemented for the next release. This change can be viewed on the live documentation here:

image

JorelAli avatar Jul 03 '24 12:07 JorelAli

:)

lowercasebtw avatar Jul 03 '24 13:07 lowercasebtw