This commit is contained in:
Juni
2022-04-11 10:09:23 -04:00
parent 9bed42a674
commit 39a05b247c

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("I'd quote that if I could...\n{message.jump_url}")