Method ExecuteCoreAsync
- Namespace
- DSharpPlus.Commands
- Assembly
- DSharpPlus.Commands.dll
ExecuteCoreAsync(CommandContext)
This method will execute the command provided without any safety checks, context checks or event invocation.
public virtual ValueTask<(object? CommandObject, Exception? Error)> ExecuteCoreAsync(CommandContext context)
Parameters
context
CommandContextThe context of the command being executed.