NickWedzinga / BlekingePoGO

Bot automating and managing the BlekingePoGO server.
3 stars 0 forks source link

Commands: Use Docstring as help functionality #54

Closed NickWedzinga closed 4 years ago

NickWedzinga commented 4 years ago

Discord.py uses the docstring for commands as default for help info. The claim command has this implemented since #41 There is no longer a need to explicitly set the help flag in the command annotation.

Add clear docstring and verify proper help functionality for each command.