maubot-ntfy/ntfy/config.py
2023-01-08 14:54:27 +01:00

6 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")