acipm / kibicara

Kibicara distributes text messages between different social media and messenger platforms
https://acipm.github.io/kibicara/
Other
2 stars 0 forks source link

[telegram] Add support for help command #91

Closed m-rey closed 3 years ago

m-rey commented 3 years ago

Fix #64 This adds support for the /help command. Currently, the message is still hardcoded, but I may be able to make it more flexible by following the example of welcome_message and getting the String that should be replied from the db.

TODO: maybe add something to webapi.py? I'm not sure about how REST APIs works here

acipm commented 3 years ago

Looks good. imo there is no need to add a webapi since hood admins should not configure the help message. You can just hardcode it.