Published script

help_menu

Interactive help menu

u0/help_menu@1 Custom command v1 0

Readme

Demonstrates owned buttons and durable handlers. Interactive output uses normal output policy.

Source

Showing version 1

Changelog: Initial interactive example.

function docs()
  macchi.reply("Open the Macchi Wiki for the Lua reference.")
end

function status()
  macchi.reply("Macchi is ready.")
end

message.new():text("Choose an action."):button("docs", "Docs"):button("status", "Status"):send()