Table of Contents
API reference

Enum InteractionResponseBehavior

Namespace
DisCatSharp.Interactivity.Enums
Assembly
DisCatSharp.Interactivity.dll

The interaction response behavior.

public enum InteractionResponseBehavior

Fields

Ignore = 0

Indicates that invalid input should be ignored when waiting for interactions. This will cause the interaction to fail.

Ack = 1

Indicates that invalid input should be ACK'd. The interaction will succeed, but nothing will happen.

Respond = 2

Indicates that invalid input should warrant an ephemeral error message.