sdcf4j icon indicating copy to clipboard operation
sdcf4j copied to clipboard

LongOrUserOrChannelOrString[] instead of Object[] in command handler methods

Open Vampire opened this issue 8 years ago • 0 comments

Instead of Object[] allow LongOrUserOrChannelOrString[] (different name of course) that has asUser(), asChannel() and asLong() which return Optionals and asString() which returns the string.

Vampire avatar Dec 16 '17 23:12 Vampire