|
|
@ -26,9 +26,9 @@ def reply_user(msg, context, text, pm=True, delete=False):
|
|
|
|
else:
|
|
|
|
else:
|
|
|
|
msg.reply_text(text)
|
|
|
|
msg.reply_text(text)
|
|
|
|
except Unauthorized:
|
|
|
|
except Unauthorized:
|
|
|
|
msg.reply_text(f'@{msg.from_user.username}: You have to initiate a convo with the bot first: https://t.me/{context.bot.username}')
|
|
|
|
msg.reply_text(f'You have to initiate a convo with the bot first: https://t.me/{context.bot.username}')
|
|
|
|
except:
|
|
|
|
except:
|
|
|
|
msg.reply_text(f'@{msg.from_user.username}: Something borked -_-')
|
|
|
|
msg.reply_text(f'Something borked -_-')
|
|
|
|
|
|
|
|
|
|
|
|
if delete:
|
|
|
|
if delete:
|
|
|
|
msg.delete()
|
|
|
|
msg.delete()
|
|
|
|