Update Chat.DEFAULT_CONFIG

This commit is contained in:
AlberLC
2022-10-29 21:13:05 +02:00
parent 496b4e0898
commit a88ca55b04

View File

@@ -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__()