a
This commit is contained in:
parent
50aaf7e164
commit
f9dc28d923
@ -43,7 +43,7 @@ class GurtCog(commands.Cog):
|
|||||||
]
|
]
|
||||||
# Personality traits that influence response style
|
# Personality traits that influence response style
|
||||||
self.personality_traits = {
|
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
|
"emoji_usage": 0.6, # How frequently to use emojis
|
||||||
"slang_level": 1, # How much slang to use (increased from 0.75)
|
"slang_level": 1, # How much slang to use (increased from 0.75)
|
||||||
"randomness": 0.5, # How unpredictable responses should be (slightly increased)
|
"randomness": 0.5, # How unpredictable responses should be (slightly increased)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user