Interface CommandManagerOptions

interface CommandManagerOptions {
    client: Client<boolean>;
}

Properties

Properties

client: Client<boolean>