mirror of
https://git.wownero.com/lza_menace/tg-bot.git
synced 2024-08-15 00:23:12 +00:00
update deposit str
This commit is contained in:
parent
98565fe4a1
commit
df1414b309
1 changed files with 1 additions and 2 deletions
|
@ -13,9 +13,8 @@ from tipbot.helpers.utils import generate_qr
|
|||
def deposit(update, context):
|
||||
u = db.User.get(telegram_id=update.message.from_user['id'])
|
||||
address = wownero.Wallet().addresses(account=u.account_index)[0]
|
||||
update.message.reply_text(f'Deposit address for {u.telegram_user}: {address}')
|
||||
update.message.reply_photo(
|
||||
photo=generate_qr(address),
|
||||
caption=f'{u.telegram_user} deposit address: {address}',
|
||||
caption=f'`{u.telegram_user}`\'s deposit address: {address}',
|
||||
quote=False
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue