Open zylozs opened 7 years ago
Something to remember for function overloading that should be documented in the API: If a function uses the parser type ALL (meaning it grabs all arguments as a single string argument for the command function), it can't be overloaded. This is because there would be no way to distinguish the functions apart.
Nothing is documented anywhere, could be useful to document a basic API for the bot and Plugins