From 0ec9470c1819f23daed543891964b31a77d907cd Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Fri, 3 Apr 2020 15:57:56 +0200 Subject: [PATCH] Tiny fix --- Gwendolyn.py | 1 - 1 file changed, 1 deletion(-) 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)