From 51dd7e52310fdf5b3a827205c71034af6d5839d5 Mon Sep 17 00:00:00 2001 From: MattyTheHacker <18513864+MattyTheHacker@users.noreply.github.com> Date: Mon, 14 Apr 2025 20:34:50 +0100 Subject: [PATCH] Add ephemeral tag --- cogs/add_users_to_threads_and_channels.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cogs/add_users_to_threads_and_channels.py b/cogs/add_users_to_threads_and_channels.py index e42bc6e98..73a816b0c 100644 --- a/cogs/add_users_to_threads_and_channels.py +++ b/cogs/add_users_to_threads_and_channels.py @@ -233,7 +233,8 @@ async def add_user_to_channel( # type: ignore[misc] content=( f"Successfully added {user_to_add.mention} " f"to the channel: {ctx.channel.mention}." - ) + ), + ephemeral=True, ) @discord.slash_command( # type: ignore[no-untyped-call, misc]