Interface CommandReplyEvent

interface CommandReplyEvent {
    args: readonly unknown[];
    clientId: string;
    reply: unknown;
}

Properties

Properties

args: readonly unknown[]
clientId: string
reply: unknown

Generated using TypeDoc