diff --git a/aiogram/dispatcher/storage.py b/aiogram/dispatcher/storage.py index 63ce25b2..dcc42ed8 100644 --- a/aiogram/dispatcher/storage.py +++ b/aiogram/dispatcher/storage.py @@ -271,7 +271,7 @@ class BaseStorage: :param user: :return: """ - await self.set_data(chat=chat, user=user, data={}) + await self.set_bucket(chat=chat, user=user, bucket={}) @staticmethod def resolve_state(value):