Kaveen Kumarasinghe 2 years ago
parent 22af4618b7
commit edf7ab5aa3

@ -1063,7 +1063,7 @@ class GPT3ComCon(discord.Cog, name="GPT3ComCon"):
await self.ask_command(ctx, prompt, None, None, None, None, from_action=prompt)
async def elaborate_action(self, ctx, message: discord.Message):
"""Message command. paraphrase the current message content"""
"""Message command. elaborate on the subject of the current message content"""
user = ctx.user
prompt = await self.mention_to_username(ctx, message.content)

Loading…
Cancel
Save