Update help message

This commit is contained in:
Laura Hausmann 2023-01-08 23:36:38 +01:00
parent ae909995f7
commit f373dd570d
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -133,6 +133,8 @@ async Task BotOnMessageReceived(ITelegramBotClient botClient, Message message) {
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`