fix pos of new quote

This commit is contained in:
Juni
2022-04-11 12:13:23 -04:00
parent 7cba7575b1
commit 4411ed426b

View File

@@ -59,6 +59,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+1}\n({message.jump_url})")
await channel.send(f"New quote added by {user.display_name} #{pos}\n({message.jump_url})")
else:
return