refactor: Add trigger command help

This commit is contained in:
kwaroran
2024-05-29 18:39:37 +09:00
parent dca25704c2
commit dbbbf27d6d

View File

@@ -286,6 +286,8 @@ async function processCommand(command:string, pipe:string):Promise<false | strin
# /getvar key=[key]
- Get variable
- Example: /getvar key=damage
# /trigger [name]
- Run trigger
# /?
- Show help
`)