TODO done
This commit is contained in:
parent
51ac2ba474
commit
f7fab22d81
@ -583,7 +583,6 @@ class Utils:
|
||||
results = res['items']
|
||||
pag = utils.Paginator(self.bot, max_line_length=100, embed=True)
|
||||
pag.set_embed_meta(title='Google Search', description=f'Top results for "{search}"', color=self.bot.embed_color)
|
||||
# TODO Fix layout of Results
|
||||
for result in results:
|
||||
pag.add(f'\uFFF6{result["title"]}\n{result["link"]}', keep_intact=True)
|
||||
pag.add(f'{result["snippet"]}')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user