CommandAPI
CommandAPI copied to clipboard
ArgumentSuggestions#strings @NonNullable marking
Description
The ArgumentSuggestions methods dont have non-nullability marked to them. This means in kotlin, one might think these are nullable, which they are not (NPE).
I'll probably impl this myself, just wanted to note it down. (It's more of an enhancement then a bug i think)
Expected code
No response
Extra details
No response