Annotation Interface DeferReply


@Retention(RUNTIME) @Target(TYPE) public @interface DeferReply
Indicates that the framework should automatically defer the reply for the annotated command.

This will immediately trigger a "Bot is thinking..." state in Discord, granting the bot more time (up to 15 minutes) to process complex logic before sending the final response.