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
Allow substituting custom functions for various stuff such as the prefix parser.
Preprocessors (e.g. matching tulpae brackets or whatever).
Prefix parser
Command error handler
Allow these custom functions to return a meta object which lets end users attach miscellaneous data to command contexts.
For example, using a custom prefix parser that allows the use of a doubled up prefix in order to trigger certain commands that could conflict with other bots.
metaobject which lets end users attach miscellaneous data to command contexts.More stuff maybe as I think of it.