autoAcknowledgeInteractions property

bool? autoAcknowledgeInteractions
final

Whether to automatically acknowledge interactions before they expire.

Sometimes, commands can take longer to complete than expected. However, Discord interactions have a 3 second timeout after receiving them, so nyxx_commands provides an automatic way to acknowledge these interactions to extend that limit to 15 minutes if your command does not respond fast enough.

Setting this to false means that you must acknowledge the interaction yourself.

You might also be interested in:

Implementation

final bool? autoAcknowledgeInteractions;