From 0dc9f26c3f1432d4426c33485752fe2f1819c8d5 Mon Sep 17 00:00:00 2001 From: Juni Date: Mon, 11 Apr 2022 10:06:33 -0400 Subject: [PATCH] jumpurl --- reactquote/reactquote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactquote/reactquote.py b/reactquote/reactquote.py index a867302..f26b734 100644 --- a/reactquote/reactquote.py +++ b/reactquote/reactquote.py @@ -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)