clean up add message

This commit is contained in:
Juni
2022-04-11 10:25:05 -04:00
parent 8871bd34be
commit 332c534ca2

View File

@@ -33,4 +33,4 @@ class ReactQuote(commands.Cog):
message: discord.Message = await self.bot.get_channel(payload.channel_id).fetch_message(payload.message_id)
user = payload.member
channel: discord.TextChannel = message.channel
await channel.send("I'd quote that if I could...")
await channel.send(f"New quote added by {user.display_name} as #1\n({message.jump_url})")