Package co.aikar.commands.annotation
package co.aikar.commands.annotation
-
ClassDescriptionThe
Author
annotation is to define whether the parameter should be the author object from the event or parsed from the user's input.TheCrossGuild
annotation is to define whether the parameter should be guild-specific or global.TheSelfUser
annotation is to define whether the parameter should be represented by JDA's user object or if it should be parsed from command input.