Skip to content

Commit da3924b

Browse files
Make ephemeral
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com>
1 parent 3246164 commit da3924b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cogs/add_users_to_threads_and_channels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ async def add_user_to_channel(
217217
)
218218
return
219219

220-
await ctx.defer()
220+
await ctx.defer(ephemeral=True)
221221

222222
try:
223223
user_to_add: discord.Member = await self.bot.get_member_from_str_id(user_id_str)

0 commit comments

Comments
 (0)