2023-01-08 13:54:27 +00:00
|
|
|
from mautrix.util.config import BaseProxyConfig, ConfigUpdateHelper
|
|
|
|
|
|
|
|
|
|
|
|
class Config(BaseProxyConfig):
|
|
|
|
def do_update(self, helper: ConfigUpdateHelper) -> None:
|
|
|
|
helper.copy("command_prefix")
|
2023-01-08 14:05:01 +00:00
|
|
|
helper.copy("admins")
|