From a88ca55b04c792462a86f41e0dbf016cdb8bb233 Mon Sep 17 00:00:00 2001 From: AlberLC Date: Sat, 29 Oct 2022 21:13:05 +0200 Subject: [PATCH] Update Chat.DEFAULT_CONFIG --- flanabot/models/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flanabot/models/chat.py b/flanabot/models/chat.py index 8bb542a..b7bf87e 100644 --- a/flanabot/models/chat.py +++ b/flanabot/models/chat.py @@ -12,7 +12,7 @@ class Chat(MultiBotChat): 'insult': True, 'punish': False, 'scraping': True, - 'weather_chart': True} + 'weather_chart': False} def __post_init__(self): super().__post_init__()