mirror of
https://gitlab.com/octospacc/WinDog.git
synced 2025-06-05 22:09:20 +02:00
Move all new strings to YAML, basic working Matrix backend with text messages
This commit is contained in:
@@ -8,6 +8,6 @@ def mPercenter(context:EventContext, data:InputMessageData) -> None:
|
||||
Cmd=data.command.tokens[0], Percent=RandPercent(), Thing=data.command.body)})
|
||||
|
||||
RegisterModule(name="Percenter", endpoints=[
|
||||
SafeNamespace(names=["wish", "level"], summary="Provides fun trough percentage-based toys.", handler=mPercenter),
|
||||
SafeNamespace(names=["wish", "level"], handler=mPercenter),
|
||||
])
|
||||
|
||||
|
Reference in New Issue
Block a user