We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba68ec4 commit 5a42d7cCopy full SHA for 5a42d7c
1 file changed
bot/exts/info/tags.py
@@ -318,6 +318,11 @@ async def get_command_ctx(
318
319
if embed is not COOLDOWN.obj:
320
321
+ if message_reference := await self.get_reference_message(ctx):
322
+ await wait_for_deletion(
323
+ await message_reference.reply(embed=embed),
324
+ (ctx.author.id,)
325
+ )
326
await wait_for_deletion(
327
await ctx.send(embed=embed),
328
(ctx.author.id,)
0 commit comments