From 4c435a4f25c3d76e3f333adc1824ebf2d6162108 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 23 Dec 2020 00:47:29 +0100 Subject: [PATCH] update citation --- main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.py b/main.py index 0126ad6..1195299 100644 --- a/main.py +++ b/main.py @@ -122,8 +122,7 @@ async def on_message(message): if message.author == msgID.author: auteur = "Auteur & Citateur" embed.add_field(name = auteur, value = msgID.author.mention, inline=True) - embed.add_field(name = "Channel", value = msgID.channel.mention, inline=True) - embed.add_field(name = "Message", value = f"[Aller au message]({linkURL})", inline=True) + embed.add_field(name = "Message", value = f"{msgID.channel.mention} - [Lien Message]({linkURL})", inline=True) embed.set_author(name = "Citation", icon_url = msgID.author.avatar_url) icon_url = message.author.avatar_url