This commit is contained in:
Slipstream 2025-04-26 08:50:36 -06:00
parent 1eed4018c5
commit 8ce053af4f
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -196,7 +196,7 @@ class ProfileUpdaterCog(commands.Cog):
current_mood = getattr(self.gurt_cog, 'current_mood', 'neutral') # Get mood safely
# TODO: Get interests/facts relevant to profile updates (e.g., Kasane Teto)
# This might require adding a method to GurtCog or MemoryManager
interests_str = "Kasane Teto, gooning" # Placeholder
interests_str = "Kasane Teto, gooning (jerking off)" # Placeholder
# Prepare current state string for the prompt, safely handling None bio
bio_value = current_state.get('bio')