Skip to content

Commit 568ad1c

Browse files
authored
Update start message text
1 parent 75df1c3 commit 568ad1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bot/handlers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ async def start_command_handler(message: Message, event_from_user: User) -> None
2828
await message.answer(
2929
(
3030
f'<b>Hi, {event_from_user.full_name}!</b>\n\n'
31-
'I\'m a free <a href="https://github.com/EXG1O/Spotify-Music-Downloader-Telegram-Bot">open-source</a> Telegram bot '
32-
'that helps you download music from Spotify — just send me a link.\n\n'
31+
'I\'m a free <a href="https://github.com/EXG1O/Spotify-Downloader-Telegram-Bot">open-source</a> Telegram bot '
32+
'that helps you download Spotify songs (from YouTube if a match is found) — just send me a link.\n\n'
3333
'If you want to support the developer, you can make a donation using one of '
3434
'the methods mentioned in this <a href="https://t.me/exg1o_channel/107">post</a>.\n\n'
3535
"You can also subscribe to the @exg1o_channel, the developer's Telegram channel, "

0 commit comments

Comments
 (0)