fix awaiting response already removed

Kaveen Kumarasinghe 1 year ago
parent e18b913b60
commit 7e72e9c71b

@ -1048,7 +1048,6 @@ class GPT3ComCon(discord.Cog, name="GPT3ComCon"):
thread_message,
)
self.awaiting_responses.remove(user_id_normalized)
self.awaiting_thread_responses.remove(thread.id)
self.conversation_thread_owners[user_id_normalized] = thread.id

Loading…
Cancel
Save