sdcf4j
sdcf4j copied to clipboard
LongOrUserOrChannelOrString[] instead of Object[] in command handler methods
Instead of Object[] allow LongOrUserOrChannelOrString[] (different name of course) that has asUser(), asChannel() and asLong() which return Optionals and asString() which returns the string.