Skip to content

Commit f860ded

Browse files
AmbratolmAmbratolm
authored andcommitted
auto reply off
1 parent 5dca580 commit f860ded

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bot/cogs/chat_cogs/ai_cog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class AiCog(Cog, description="Integrated generative AI chat bot"):
4646
MAX_FILE_SIZE = 2097152 # 2 MB
4747
REPLY_DELAY_RANGE = (1, 5) # 1 sec - 5 sec
4848

49-
AUTO_REPLY_ENABLED = True
49+
AUTO_REPLY_ENABLED = False
5050
AUTO_REPLY_DELAY_RANGE = (5, 1800) # 5 sec - 30 min
5151
AUTO_REPLY_CHANCE = 0.1 # 10 %
5252

0 commit comments

Comments
 (0)