Show search result in google embed

This commit is contained in:
Stijn De Clercq 2021-09-03 18:05:23 +02:00
parent 831459a321
commit c47f908e57
2 changed files with 16 additions and 7 deletions

View file

@ -22,7 +22,6 @@ class GoogleSlash(commands.Cog):
return await interaction.reply("Er ging iets fout (Response {})".format(result.status_code))
embed = create_google_embed(result)
print("got here")
await interaction.reply(embed=embed)