mirror of
https://github.com/maubot/maubot
synced 2025-08-29 12:10:38 +00:00
Make new command handling actually somewhat work
This commit is contained in:
parent
682eab348d
commit
5ff5eae3c6
6 changed files with 171 additions and 144 deletions
|
@ -29,7 +29,8 @@ class Config(BaseFileConfig):
|
|||
return "".join(random.choice(string.ascii_lowercase + string.digits) for _ in range(64))
|
||||
|
||||
def do_update(self, helper: ConfigUpdateHelper) -> None:
|
||||
base, copy, _ = helper
|
||||
base = helper.base
|
||||
copy = helper.copy
|
||||
copy("database")
|
||||
copy("plugin_directories.upload")
|
||||
copy("plugin_directories.load")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue