Fix bug Genius

This commit is contained in:
Mylloon 2021-07-29 12:17:21 +02:00
parent b70d5c5055
commit 775cd7df26

View file

@ -506,7 +506,8 @@ class Music(commands.Cog):
paroles = song_genius.lyrics
except:
await ctx.message.add_reaction(emoji = '')
return await message.edit(content = f"Pas de résultats trouvés pour `{song}`.")
return await message.edit(content = f"Pas de résultats trouvés pour `{song}`.")
paroles.replace("EmbedShare URLCopyEmbedCopy", "") # Fix temporaire bug Genius
lignetotal = ""
premierembed = True
if len(paroles) > 7500: