Skip to content

Commit

Permalink
FINAL UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurrogado committed Oct 10, 2023
1 parent 9b42bff commit 2e9b922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def receber(msg: Message):

if msg.text == "/about":
bot.send_message(userid, "About the bot")
msg_about = "This bot can generate a ID Card, proving that you are a Telegram Lover.\n\n"
msg_about = "This MiniApp bot can generate a ID Card, proving that you are a Telegram Lover.\n\n"
msg_about += "Source code: https://github.com/arthurrogado/miniapp_simple_image_generator"
bot.send_message(userid, msg_about)
return
Expand Down

0 comments on commit 2e9b922

Please sign in to comment.