Skip to content

Commit

Permalink
fix: make viewing an item ephemeral
Browse files Browse the repository at this point in the history
  • Loading branch information
AstreaTSS committed Oct 20, 2024
1 parent 072c828 commit da5f4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exts/gacha/gacha_cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit da5f4e7

Please sign in to comment.