|
|
@ -186,7 +186,7 @@ class Search:
|
|
|
|
[item["link"] for item in data["items"]],
|
|
|
|
[item["link"] for item in data["items"]],
|
|
|
|
)
|
|
|
|
)
|
|
|
|
else:
|
|
|
|
else:
|
|
|
|
raise ValueError("Error while retrieving links")
|
|
|
|
raise ValueError("Error while retrieving links, the response returned " + str(response.status) + " with the message "+ str(await response.text()) )
|
|
|
|
|
|
|
|
|
|
|
|
async def try_edit(self, message, embed):
|
|
|
|
async def try_edit(self, message, embed):
|
|
|
|
try:
|
|
|
|
try:
|
|
|
|