From da5f4e7464a8a97db2ba4c7a68defdae529a5261 Mon Sep 17 00:00:00 2001 From: AstreaTSS <25420078+AstreaTSS@users.noreply.github.com> Date: Sun, 20 Oct 2024 17:49:56 -0400 Subject: [PATCH] fix: make viewing an item ephemeral --- exts/gacha/gacha_cmds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exts/gacha/gacha_cmds.py b/exts/gacha/gacha_cmds.py index 158f61a..d5fcd8e 100644 --- a/exts/gacha/gacha_cmds.py +++ b/exts/gacha/gacha_cmds.py @@ -235,7 +235,7 @@ async def gacha_user_view_item( "Item either does not exist or you do not have it." ) - await ctx.send(embed=item.embed()) + await ctx.send(embed=item.embed(), ephemeral=True) @gacha_user_view_item.autocomplete("name") async def _autocomplete_gacha_user_item(self, ctx: ipy.AutocompleteContext) -> None: