diff --git a/uniborg/uniborg.py b/uniborg/uniborg.py index 0a1706a..2c0dfd9 100644 --- a/uniborg/uniborg.py +++ b/uniborg/uniborg.py @@ -70,7 +70,7 @@ class Uniborg(TelegramClient): mod.borg = self mod.logger = logging.getLogger(shortname) - mod.storage = self.storage(shortname) + mod.storage = self.storage(f"{self._name}/{shortname}") spec.loader.exec_module(mod) self._plugins[shortname] = mod