all repos — gif-escarbot @ d23362e165c281d10b2ce7c488c3ab33ab313172

Earthbound Café's custom delivery bot with other cool utilities built-in.

use tag instead
Marco Andronaco andronacomarco@gmail.com
Thu, 24 Aug 2023 16:20:19 +0200
commit

d23362e165c281d10b2ce7c488c3ab33ab313172

parent

d7dd8ac718d0b3e4fec25aa0ecec93c026390011

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M Replacer.pyReplacer.py

@@ -62,7 +62,7 @@ links = parse_text(update.message.caption)

for link in links: logger.info(link) - text = link_message.format(update.effective_user.mention_markdown_v2(), link) + text = link_message.format(update.effective_user.mention_markdown_v2(update.effective_user.name), link) message = await update.effective_chat.send_message(text, parse_mode=ParseMode.MARKDOWN_V2) await sleep(FEEDBACK_TIMEOUT) await message.edit_reply_markup(reply_markup=get_message_markup())