Table of Contents

Struct CommandResult

Namespace
DSharpPlus.CommandsNext
Assembly
DSharpPlus.CommandsNext.dll

Represents a command's execution result.

public struct CommandResult

Properties

Context

Gets the context in which the command was executed.

Exception

Gets the exception (if any) that occurred when executing the command.

IsSuccessful

Gets whether the command execution succeeded.