From 432801566f38e3675386b6352a2f8abb6087af4f Mon Sep 17 00:00:00 2001 From: Juni Date: Mon, 11 Apr 2022 11:37:56 -0400 Subject: [PATCH] test --- reactquote/reactquote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactquote/reactquote.py b/reactquote/reactquote.py index 0ac5647..d103dfe 100644 --- a/reactquote/reactquote.py +++ b/reactquote/reactquote.py @@ -48,6 +48,6 @@ class ReactQuote(commands.Cog): user = payload.member channel: discord.TextChannel = message.channel """num = await self._addQuote(message)""" - await channel.send(f"New quote added by {user.display_name} as #1\n({message.jump_url})") + await channel.send(f"New quote added by {user.display_name}\n({message.jump_url})") else: return