Page cover image

Info

example_command:
  type: "info"
  name: "example"
  message: "Hi there!"
/example
Hi there!

example_command:
  type: "info"
  name: "example"
  message:
  - "First line"
  - "Second line"
/example
First line
Second line

Last updated