7 lines
200 B
Python
7 lines
200 B
Python
|
from mautrix.util.config import BaseProxyConfig, ConfigUpdateHelper
|
||
|
|
||
|
|
||
|
class Config(BaseProxyConfig):
|
||
|
def do_update(self, helper: ConfigUpdateHelper) -> None:
|
||
|
helper.copy("command_prefix")
|