This commit is contained in:
NikolajDanger
2020-04-03 15:57:56 +02:00
parent 25e7767c82
commit 0ec9470c18

View File

@ -218,7 +218,6 @@ async def on_message(message):
funcs.logThis("Sending the embedded message") funcs.logThis("Sending the embedded message")
embed = discord.Embed(title = title, description = content, colour=0xDEADBF) embed = discord.Embed(title = title, description = content, colour=0xDEADBF)
if thumbnail != "": if thumbnail != "":
print(thumbnail)
embed.set_thumbnail(url=thumbnail) embed.set_thumbnail(url=thumbnail)
await message.channel.send(embed = embed) await message.channel.send(embed = embed)