mirror of
https://github.com/Rongronggg9/SlashBot.git
synced 2025-02-06 17:23:28 +08:00
add U+200E before the reply
This commit is contained in:
parent
7a6a32bbab
commit
8ba16de4e6
@ -130,7 +130,7 @@ def reply(update: telegram.Update, context: telegram.ext.CallbackContext):
|
|||||||
text = get_text(from_user, rpl_user, command)
|
text = get_text(from_user, rpl_user, command)
|
||||||
print(text, end='\n\n')
|
print(text, end='\n\n')
|
||||||
|
|
||||||
update.effective_message.reply_text(text, parse_mode='HTML')
|
update.effective_message.reply_text('\u200e' + text, parse_mode='HTML')
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
Loading…
Reference in New Issue
Block a user