diff --git a/Gwendolyn.py b/Gwendolyn.py index 0b34154..f9679d7 100644 --- a/Gwendolyn.py +++ b/Gwendolyn.py @@ -218,7 +218,6 @@ async def on_message(message): funcs.logThis("Sending the embedded message") embed = discord.Embed(title = title, description = content, colour=0xDEADBF) if thumbnail != "": - print(thumbnail) embed.set_thumbnail(url=thumbnail) await message.channel.send(embed = embed)