JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
com.dianxin.tori.api.annotations.commands
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.