Type Alias BaseArgumentOptions

BaseArgumentOptions: {
    modifyOtherwise?: OtherwiseContentModifier;
    otherwise?: MessageSendResolvable | OtherwiseContentSupplier;
}

Base Argument options

Type declaration