This commit is contained in:
Slipstream 2025-04-25 19:34:54 -06:00
parent 50aaf7e164
commit f9dc28d923
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -43,7 +43,7 @@ class GurtCog(commands.Cog):
]
# Personality traits that influence response style
self.personality_traits = {
"chattiness": 0.5, # How likely to respond to non-direct messages
"chattiness": 0.4, # How likely to respond to non-direct messages
"emoji_usage": 0.6, # How frequently to use emojis
"slang_level": 1, # How much slang to use (increased from 0.75)
"randomness": 0.5, # How unpredictable responses should be (slightly increased)