remove newline
This commit is contained in:
@ -125,7 +125,7 @@ async def start(msg: Message):
|
||||
|
||||
def get_setup_text(group):
|
||||
members = group.group_members
|
||||
return textbook.setup + textbook.setup_list.format(count=members.count(), members=", ".join(f'<a href="tg://user?id={m.user.id}">{m.user.name}</a>\n' for m in members.all()))
|
||||
return textbook.setup + textbook.setup_list.format(count=members.count(), members=", ".join(f'<a href="tg://user?id={m.user.id}">{m.user.name}</a>' for m in members.all()))
|
||||
|
||||
|
||||
@bot.message_handler(commands=["setup"])
|
||||
|
||||
Reference in New Issue
Block a user