a
This commit is contained in:
parent
d83edc93b6
commit
a64250007d
@ -43,11 +43,11 @@ class GurtCog(commands.Cog):
|
||||
]
|
||||
# Personality traits that influence response style
|
||||
self.personality_traits = {
|
||||
"chattiness": 0.75, # How likely to respond to non-direct messages
|
||||
"chattiness": 0.5, # How likely to respond to non-direct messages
|
||||
"emoji_usage": 0.6, # How frequently to use emojis
|
||||
"slang_level": 0.9, # How much slang to use (increased from 0.75)
|
||||
"randomness": 0.55, # How unpredictable responses should be (slightly increased)
|
||||
"verbosity": 0.6 # How verbose responses should be
|
||||
"slang_level": 1, # How much slang to use (increased from 0.75)
|
||||
"randomness": 0.6, # How unpredictable responses should be (slightly increased)
|
||||
"verbosity": 0.4 # How verbose responses should be
|
||||
}
|
||||
self.mood_change_interval = random.randint(1200, 2400) # 20-40 minutes, randomized
|
||||
self.channel_topic_cache_ttl = 600 # seconds (10 minutes)
|
||||
|
Loading…
x
Reference in New Issue
Block a user