pacapon / StyroBotPy

Python version of my custom DiscordBot, based on Rapptz discord.py
MIT License
2 stars 0 forks source link

Create API documentation #13

Open zylozs opened 7 years ago

zylozs commented 7 years ago

Nothing is documented anywhere, could be useful to document a basic API for the bot and Plugins

zylozs commented 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.