More search results in IRC output

This commit is contained in:
dsc 2023-08-31 04:06:27 +03:00
parent 22441c932a
commit 1cf5b0e79a
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class Commands:
if len(songs) >= 2: if len(songs) >= 2:
random.shuffle(songs) random.shuffle(songs)
await send_message(target, "Multiple found:") await send_message(target, "Multiple found:")
for s in songs[:4]: for s in songs[:8]:
await send_message(target, f"{s.utube_id} | {s.title}") await send_message(target, f"{s.utube_id} | {s.title}")
return return