songy

telegram bot as a songbook
git clone git://git.relim.de/songy.git
Log | Files | Refs | README | LICENSE

commit cb0abb2f50ba6047cd1ad92a084257880b00aced
parent be414673c1467cd413dec138a2284ad4864a51f2
Author: devnibo <kroekerrobin@gmail.com>
Date:   Thu, 13 Jul 2023 09:26:33 +0200

Update README.md

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -66,7 +66,7 @@ line 2: <filename_without_extension>:<song_title>:<song_lyrics> ... ``` -`<filename_wihtout_extension>` shouldn't contain any hyphens (`-`) or umlauts. This will be taken as the command in the list of songs and telegram will only treat the whole name as a command if you meat this requirement. +`<filename_wihtout_extension>` will be taken as a bot command. Telegram has the following rules about bot commands: `Commands must always start with the / symbol and contain up to 32 characters. They can use Latin letters, numbers and underscores`. `<song_title>` can contain umlauts. `<song_lyrics>` can contain umlauts.