Package co.aikar.commands.annotation
-
Annotation Types Summary Annotation Type Description Author TheAuthorannotation is to define whether the parameter should be the author object from the event or parsed from the user's input.CrossGuild TheCrossGuildannotation is to define whether the parameter should be guild-specific or global.SelfUser TheSelfUserannotation is to define whether the parameter should be represented by JDA's user object or if it should be parsed from command input.