Skip to content

Commit 06ee5a2

Browse files
committed
ephemeral view command
1 parent 56df6da commit 06ee5a2

File tree

1 file changed

+1
-1
lines changed
  • modules/utilities/message_commands

1 file changed

+1
-1
lines changed

modules/utilities/message_commands/view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async def quicklook(self, inter: disnake.MessageCommandInteraction):
6767
description=f"```{formatting}\n{file.decode()}```",
6868
colour=disnake.Colour.orange(),
6969
)
70-
await inter.response.send_message(embed=emb)
70+
await inter.response.send_message(embed=emb, ephemeral=True)
7171
else:
7272
await inter.response.send_message(
7373
f"Mimetype {file.content_type} is not supported!"

0 commit comments

Comments
 (0)