Skip to content

Rewrite how exported functions are run #61

@Jwaxo

Description

@Jwaxo

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).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions