Susannova / Discord_Bot

A configurable discord bot that can run on multiple servers simultaneously.
MIT License
2 stars 1 forks source link

deprecate HelpText class #155

Open NickWittig opened 3 years ago

NickWittig commented 3 years ago

Docstrings of Commands are automatically used as the texts to describe the command in the help function. The HelpText class should be removed, as each command should have a docstring explaining its functionallity.