Since all exported functions require client and requires, we should set it up so that when they are ready and saved for re-use by loadPlugins the functions also have those arguments automatically inserted to the new function. This will save on time when someone calls on the function later.
For example, findUser(name) instead of findUser(client, requires, name).