fix pos of new quote
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user