Erreur typo

This commit is contained in:
nyanloutre 2017-10-05 12:24:58 +02:00
parent 703b13fe7e
commit 713dd2ebe3
Signed by: nyanloutre
GPG Key ID: F85D93686A3A9063
1 changed files with 1 additions and 1 deletions

2
run.py
View File

@ -88,7 +88,7 @@ def dogetip(bot, update, args):
txid = response['data']['txid'] 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): def register(bot, update):
try: try: