Table of Contents

Class DenyCommand

Namespace
Uncreated.Warfare.Commands
Assembly
Uncreated.Warfare.dll
[Command("deny", new string[] { })]
[Priority(-1)]
public sealed class DenyCommand : IExecutableCommand, ICommand
Inheritance
DenyCommand
Implements
Inherited Members

Properties

Context

The context used to execute the command.

public required CommandContext Context { get; init; }

Property Value

CommandContext

Methods

ExecuteAsync(CancellationToken)

Actually execute the command.

public UniTask ExecuteAsync(CancellationToken token)

Parameters

token CancellationToken

Returns

UniTask

Exceptions

CommandContext