Package com.dianxin.tori.api.annotations.commands


package com.dianxin.tori.api.annotations.commands
  • Annotation Interfaces
    Class
    Description
    Indicates that the annotated command is intended for debugging purposes.
    Indicates that the framework should automatically defer the reply for the annotated command.
    Restricts the execution of the annotated command to Direct Messages (DMs) only.
    Restricts the execution of the annotated command to Discord Guilds (Servers) only.
    Restricts the execution of the annotated command exclusively to the bot's defined owner(s).
    Restricts the execution of the annotated command to Private Channels only (such as Direct Messages or Group DMs).
    Specifies the Discord Permissions that the executing user must possess in the current channel or guild to invoke the annotated command.
    Specifies the Discord Permissions that the bot itself must possess in the current channel or guild to successfully handle the annotated command.
    Marks a class as an annotation-driven legacy text command.