Erreur typo
This commit is contained in:
parent
703b13fe7e
commit
713dd2ebe3
2
run.py
2
run.py
@ -88,7 +88,7 @@ def dogetip(bot, update, args):
|
||||
|
||||
txid = response['data']['txid']
|
||||
|
||||
bot.send_message(chat_id=update.message.chat_id, parse_mode=ParseMode.MARKDOWN, text=🚀 Transaction effectuée 🚀\n\n [tx](https://chain.so/tx/" + NETWORK + "/" + txid + ")")
|
||||
bot.send_message(chat_id=update.message.chat_id, parse_mode=ParseMode.MARKDOWN, text="🚀 Transaction effectuée 🚀\n\n [tx](https://chain.so/tx/" + NETWORK + "/" + txid + ")")
|
||||
|
||||
def register(bot, update):
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user