This commit is contained in:
Juni
2022-04-11 10:06:33 -04:00
parent 79c71ffa39
commit 0dc9f26c3f

View File

@@ -13,7 +13,7 @@ class ReactQuote(commands.Cog):
def _buildQuote(self, message:discord.Message):
quote = "Quoted text will be here\n[(Jump)]({message.jump_url})"
quote = "Quoted text will be here\n{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)