maubot-ntfy/ntfy/config.py

7 lines
200 B
Python
Raw Normal View History

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