Rename some internal functions; Update db and start work on message filters

This commit is contained in:
2024-10-21 00:26:08 +02:00
parent 5ba0df43c4
commit 9220c95636
28 changed files with 213 additions and 62 deletions

View File

@ -52,7 +52,7 @@ def cPing(context:EventContext, data:InputMessageData):
#def cEval(context:EventContext, data:InputMessageData) -> None:
# send_message(context, {"Text": choice(Locale.__('eval'))})
RegisterModule(name="Base", endpoints=[
register_module(name="Base", endpoints=[
SafeNamespace(names=["source"], handler=cSource),
SafeNamespace(names=["config", "settings"], handler=cConfig, body=False, arguments={
"get": True,