Tiny fix
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user