Package co.aikar.commands.annotation
package co.aikar.commands.annotation
-
Annotation TypesClassDescriptionThe
Authorannotation is to define whether the parameter should be the author object from the event or parsed from the user's input.TheCrossGuildannotation is to define whether the parameter should be guild-specific or global.TheSelfUserannotation is to define whether the parameter should be represented by JDA's user object or if it should be parsed from command input.