You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: