1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-07-25 07:31:48 +00:00

updated info with new site and cap command

This commit is contained in:
2021-07-07 12:00:25 -07:00
parent 71c0272445
commit bfeb28833a
2 changed files with 5 additions and 4 deletions

2
bot.py
View File

@@ -128,7 +128,7 @@ def donate(update: Update, context: CallbackContext):
prices=[LabeledPrice("Donation:", price)],
start_parameter="",
# suggested_tip_amounts=[100, 500, 1000, 2000],
photo_url="https://simple-stock-bots.gitlab.io/site/img/Telegram.png",
photo_url="https://simple-stock-bots.gitlab.io/docs/img/Telegram.png",
photo_width=500,
photo_height=500,
)