Skip to content

Commit

Permalink
Update new_join_fn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrvishal2k2 authored May 23, 2021
1 parent f2073d3 commit f3957ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tobrot/plugins/new_join_fn.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async def new_join_f(client, message):
chat_type = message.chat.type
if chat_type != "private":
await message.reply_text(
"""<b>🙋🏻‍♂️ Hello dear!\n\n Welcome to Leech Group</b>\n\n<b>Current CHAT ID: <code>{message.chat.id}</code>""",
f"""<b>🙋🏻‍♂️ Hello dear!\n\n Welcome to Leech Group</b>\n\n<b>Current CHAT ID: <code>{message.chat.id}</code>""",
parse_mode="html",
reply_markup=InlineKeyboardMarkup(
[
Expand Down

0 comments on commit f3957ef

Please sign in to comment.