Update help message

This commit is contained in:
Laura Hausmann 2023-01-08 23:49:09 +01:00
parent 16d2b0304f
commit d520976c6d
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -130,18 +130,19 @@ async Task BotOnMessageReceived(ITelegramBotClient botClient, Message message) {
/yesno - answers more generic yes/no questions
/makedecision - helps you make a decision (chooses from a comma separated list of options; aliased to /choose)
In direct messages, these also work without the / at the start.
Feel free to add me to your group chats!
Be aware that in those contexts, I can't read (and therefore not respond to) any messages unless they use the syntax `/<command>@{me.Username}` except when I'm the only bot in the chat, in which case `/<command>` is enough.
In direct messages, commands also work without the / at the start.
If your message doesn't start with a recognized command, I'll do my best to figure out what you are asking.
Feel free to add me to your group chats! Be aware that in those contexts, I can't read (and therefore not respond to) any messages unless they use the syntax `/<command>@{me.Username}`.
This currently works with the following queries:
- `thing1 or thing2 or thing3` gets translated into `/makedecision thing1,thing2,thing3`
- `flip a coin` gets translated into `/coinflip`
- `this is a question?` gets translated to `/yesno this is a question`
If there's an error, please forward the stacktrace message to @zotan (my creator). You can also DM them for feature requests.
If there is an error, please forward the stacktrace message to @zotan (my creator). You can also DM them for feature requests.
Enjoy!