mirror of
https://git.wownero.com/lza_menace/tg-bot.git
synced 2024-08-15 00:23:12 +00:00
remove backticks
This commit is contained in:
parent
df1414b309
commit
1edeaadda4
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ def deposit(update, context):
|
||||||
address = wownero.Wallet().addresses(account=u.account_index)[0]
|
address = wownero.Wallet().addresses(account=u.account_index)[0]
|
||||||
update.message.reply_photo(
|
update.message.reply_photo(
|
||||||
photo=generate_qr(address),
|
photo=generate_qr(address),
|
||||||
caption=f'`{u.telegram_user}`\'s deposit address: {address}',
|
caption=f'{u.telegram_user}\'s deposit address: {address}',
|
||||||
quote=False
|
quote=False
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue