From 1b972ec85651d42942b07816b9f19aa19e916b0d Mon Sep 17 00:00:00 2001 From: Myned Date: Mon, 6 Mar 2023 20:39:11 -0600 Subject: [PATCH] Change symantics --- commands/booru.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/commands/booru.py b/commands/booru.py index 3c904fd..2ca60d8 100644 --- a/commands/booru.py +++ b/commands/booru.py @@ -47,10 +47,7 @@ async def reverse(context): if len(urls) > 1: selector = components.Selector( - pages=[ - f"**Select potential images to search: `{urls.index(url) + 1}/{len(urls)}`**\n{url}" - for url in urls - ], + pages=[f"**Select images to search: `{urls.index(url) + 1}/{len(urls)}`**\n{url}" for url in urls], buttons=[components.Back(), components.Forward(), components.Select(), components.Confirm()], urls=urls, )