Skip to content

Commit 5afada8

Browse files
Make defer call ephemeral in add_users command
Signed-off-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com>
1 parent da3924b commit 5afada8

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
@@ -273,7 +273,7 @@ async def add_role_to_channel(
273273
)
274274
return
275275

276-
await ctx.defer()
276+
await ctx.defer(ephemeral=True)
277277

278278
main_guild: discord.Guild = ctx.bot.main_guild
279279

0 commit comments

Comments
 (0)