Skip to content

Commit 0bf0913

Browse files
Make add-user response ephemeral (#463)
1 parent 6eb8333 commit 0bf0913

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)