wuest-halle / wuestbot

Code underlying WUEST's online representations. Includes Telegram chatbot.
GNU General Public License v3.0
1 stars 1 forks source link

Implement help command #16

Closed obitech closed 5 years ago

obitech commented 5 years ago

/help provides the same functionality as /start : listing all commands.

Therefore I've just added the help command to the same function as start.

Closes #5