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 56df6da commit 06ee5a2Copy full SHA for 06ee5a2
modules/utilities/message_commands/view.py
@@ -67,7 +67,7 @@ async def quicklook(self, inter: disnake.MessageCommandInteraction):
67
description=f"```{formatting}\n{file.decode()}```",
68
colour=disnake.Colour.orange(),
69
)
70
- await inter.response.send_message(embed=emb)
+ await inter.response.send_message(embed=emb, ephemeral=True)
71
else:
72
await inter.response.send_message(
73
f"Mimetype {file.content_type} is not supported!"
0 commit comments