This commit is contained in:
Juni
2022-04-11 11:37:05 -04:00
parent fcc50551cb
commit 2b0d29e9b7

View File

@@ -49,3 +49,5 @@ class ReactQuote(commands.Cog):
channel: discord.TextChannel = message.channel channel: discord.TextChannel = message.channel
"""num = await self._addQuote(message)""" """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} as #1\n({message.jump_url})")
else:
return