Annotation Interface Perm


@Target(PARAMETER) @Retention(RUNTIME) public @interface Perm
The annotated element must be a Member that have the specified discord permission.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns the discord permission(s) the Member must have.
  • Element Details

    • value

      Permission[] value
      Returns the discord permission(s) the Member must have.
      Returns:
      the discord permission(s) the Member must have.