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]