From 78fa1a1964b7e72cfd9b6d0f946d61b6dfac4c93 Mon Sep 17 00:00:00 2001 From: Kaveen Kumarasinghe Date: Thu, 12 Jan 2023 18:11:46 -0500 Subject: [PATCH] fix private thread --- cogs/gpt_3_commands_and_converser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cogs/gpt_3_commands_and_converser.py b/cogs/gpt_3_commands_and_converser.py index 223f4a1..16a7478 100644 --- a/cogs/gpt_3_commands_and_converser.py +++ b/cogs/gpt_3_commands_and_converser.py @@ -1262,6 +1262,7 @@ class GPT3ComCon(discord.Cog, name="GPT3ComCon"): @discord.guild_only() async def private_test(self, ctx: discord.ApplicationContext): await ctx.defer(ephemeral=True) + await ctx.respond("Your private test thread") await ctx.channel.create_thread( name=ctx.user.name + "'s private test conversation", auto_archive_duration=60,