From f9dc28d923f76beb71c66ba33f27a2cd8b800d20 Mon Sep 17 00:00:00 2001 From: Slipstream Date: Fri, 25 Apr 2025 19:34:54 -0600 Subject: [PATCH] a --- cogs/gurt_cog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/gurt_cog.py b/cogs/gurt_cog.py index 8436d78..ecb757c 100644 --- a/cogs/gurt_cog.py +++ b/cogs/gurt_cog.py @@ -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)