raythurman2386 / cognibot

Discord bot built with Pycord that offers AI chat and image generation inside of Discord. Image generations are saved in cloudinary and hosted online for all to download.
GNU General Public License v3.0
2 stars 1 forks source link

✨ Removed moderation from database and moderation Cog. Chat history is now set up for per user chat history. Tests passing locally and 66% coverage #60

Closed raythurman2386 closed 2 months ago

raythurman2386 commented 2 months ago

Description

This PR implements user-specific chat logs for the Claude AI assistant. It modifies the database structure and operations to store and retrieve chat history on a per-user basis, enhancing the conversational experience by maintaining context for each user individually.

Key changes include:

Type of change

Checklist