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