Enum RunMode
Specifies the behavior of the command execution workflow.
Namespace: Discord.Interactions
Assembly: Discord.Net.Interactions.dll
Syntax
public enum RunMode : int
Fields
Name | Description |
---|---|
Async | Executes the command on a different thread from the gateway one. |
Default | The default behaviour set in InteractionServiceConfig. |
Sync | Executes the command on the same thread as gateway one. |