diff --git a/cogs/gpt_3_commands_and_converser.py b/cogs/gpt_3_commands_and_converser.py index 223f4a1..e2db6d7 100644 --- a/cogs/gpt_3_commands_and_converser.py +++ b/cogs/gpt_3_commands_and_converser.py @@ -1254,6 +1254,7 @@ class GPT3ComCon(discord.Cog, name="GPT3ComCon"): from_g_command=True, custom_api_key=user_api_key, ) + @discord.slash_command( name="private-test", description="Private thread for testing. Only visible to you and server admins.",