mirror of
https://gitlab.com/octospacc/WinDog.git
synced 2025-06-05 22:09:20 +02:00
Rename some internal functions; Update db and start work on message filters
This commit is contained in:
@ -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,
|
||||
}),
|
||||
|
Reference in New Issue
Block a user