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

@ -25,7 +25,7 @@ def cHelp(context:EventContext, data:InputMessageData) -> None:
text = text.strip()
return send_message(context, {"text_html": text})
RegisterModule(name="Help", group="Basic", endpoints=[
register_module(name="Help", group="Basic", endpoints=[
SafeNamespace(names=["help"], handler=cHelp, arguments={
"endpoint": False,
}),