Interface CommandConstruct<T, P>

interface CommandConstruct<T, P> {
    new CommandConstructnew (connection, ...args): Commands.Command<T>;
}

Type Parameters

  • T
  • P extends unknown[] = unknown[]

Constructors

Constructors