From 6fae7fbe52425c0092a7254747e0144e7308c803 Mon Sep 17 00:00:00 2001 From: Juni Date: Mon, 11 Apr 2022 12:31:57 -0400 Subject: [PATCH] fix language --- reactquote/reactquote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactquote/reactquote.py b/reactquote/reactquote.py index a74e9ea..2dcc2b9 100644 --- a/reactquote/reactquote.py +++ b/reactquote/reactquote.py @@ -72,6 +72,6 @@ class ReactQuote(commands.Cog): channel: discord.TextChannel = message.channel pos = await self._addQuote(message) if pos >= 0: - await channel.send(f"New quote added by {user.display_name} #{pos}\n({message.jump_url})") + await channel.send(f"New quote added by {user.display_name} as #{pos}\n({message.jump_url})") else: return