We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dca580 commit f860dedCopy full SHA for f860ded
1 file changed
bot/cogs/chat_cogs/ai_cog.py
@@ -46,7 +46,7 @@ class AiCog(Cog, description="Integrated generative AI chat bot"):
46
MAX_FILE_SIZE = 2097152 # 2 MB
47
REPLY_DELAY_RANGE = (1, 5) # 1 sec - 5 sec
48
49
- AUTO_REPLY_ENABLED = True
+ AUTO_REPLY_ENABLED = False
50
AUTO_REPLY_DELAY_RANGE = (5, 1800) # 5 sec - 30 min
51
AUTO_REPLY_CHANCE = 0.1 # 10 %
52
0 commit comments