test mention

This commit is contained in:
Juni
2022-04-11 10:18:39 -04:00
parent 95c449d8f5
commit 613dc0143a

View File

@@ -16,7 +16,7 @@ class ReactQuote(commands.Cog):
quote = f"Quoted text will be here\n[(Jump)]({message.jump_url})"
timestamp = datetime.now()
embed = discord.Embed(timestamp=timestamp)
embed.set_author(name=message.author.display_name, icon_url=message.author.avatar_url)
embed.set_author(name=message.author.mention(), icon_url=message.author.avatar_url)
embed.add_field(name="#1", value=quote, inline=False)
return embed