From e98f0460f73210e9b1432f8ee2918534fda17ef9 Mon Sep 17 00:00:00 2001 From: Slipstream Date: Fri, 25 Apr 2025 14:30:31 -0600 Subject: [PATCH] aa --- 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 19cc9fc..34cc58c 100644 --- a/cogs/gurt_cog.py +++ b/cogs/gurt_cog.py @@ -46,7 +46,7 @@ class GurtCog(commands.Cog): "chattiness": 0.5, # 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.6, # How unpredictable responses should be (slightly increased) + "randomness": 0.5, # 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