From 7f5ba7cd09d4feca32920e183d888cc4936d253a Mon Sep 17 00:00:00 2001 From: AlberLC Date: Sat, 26 Nov 2022 21:26:36 +0100 Subject: [PATCH] Update config names --- flanabot/models/chat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flanabot/models/chat.py b/flanabot/models/chat.py index aad76c6..ed18910 100644 --- a/flanabot/models/chat.py +++ b/flanabot/models/chat.py @@ -12,8 +12,8 @@ class Chat(MultiBotChat): 'auto_scraping': True, 'auto_weather_chart': False, 'check_flood': False, - 'delete_original': True, - 'punish': False + 'punish': False, + 'scraping_delete_original': True } config: dict[str, bool] = field(default_factory=dict)