Info
Run command, get answer. Super simple.
example_command:
type: "info"
name: "example"
message: "Hi there!"Hi there!example_command:
type: "info"
name: "example"
message:
- "First line"
- "Second line"First line
Second lineexample_command:
type: "info"
name: "example"
message: "Please specify a page."
pages:
"1": "Hi"
"lines":
- "Line 1"
- "Line 2"
default: "This page named %page% doesn't exist."Please specify a page.HiLine 1
Line 2This page named %page% doesn't exist.Last updated