Skip to content

Commit d45ad93

Browse files
Merge branch 'main' into fix-build-and-publish-not-running
2 parents d1280a2 + 0bf0913 commit d45ad93

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cogs/add_users_to_threads_and_channels.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,8 @@ async def add_user_to_channel( # type: ignore[misc]
233233
content=(
234234
f"Successfully added {user_to_add.mention} "
235235
f"to the channel: {ctx.channel.mention}."
236-
)
236+
),
237+
ephemeral=True,
237238
)
238239

239240
@discord.slash_command( # type: ignore[no-untyped-call, misc]

0 commit comments

Comments
 (0)