Annotation Interface DirectMessageOnly


@Retention(RUNTIME) @Target(TYPE) public @interface DirectMessageOnly
Restricts the execution of the annotated command to Direct Messages (DMs) only. If a user attempts to handle this command within a Guild (Server), it should be blocked or ignored.