rumdood / Moneo

Telegram Bot for Managing Scheduled Tasks and Reminders
MIT License
2 stars 0 forks source link

Add /help command #11

Closed rumdood closed 7 months ago

rumdood commented 7 months ago

Add a /help command for the bot to respond to with a list of available slash commands.

When no argument is added, the response should be something similar to:

/create - Create a new task /complete - Complete a task /skip - Skip a task

These descriptions should be embedded via attributes or possible a json config file (should all commands be configured via JSON and then source-generated?)

The user should be able to do something like /help /create and get back a full help on that command if it exists.