pacapon / StyroBotPy

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

Add usage docstrings to all commands #42

Open zylozs opened 7 years ago

zylozs commented 7 years ago

Reference on python docstrings: https://www.python.org/dev/peps/pep-0257/ All plugin commands should have a doc string with their usage.

ericwoelki commented 7 years ago

Note: Example in the troll send command.

zylozs commented 7 years ago

Good example for this can be found in the usage command (botcommands.py)