Published script

context

Shows the current execution context

u0/context@1 Custom command v1 0

Readme

A diagnostic command that demonstrates safe context snapshots without exposing private source.

Source

Showing version 1

Changelog: Initial diagnostic example.

local where = ctx.guild and ctx.guild.name or "DM"
macchi.reply("User: `" .. ctx.user.username .. "`\nContext: `" .. where .. "`\nSource: `" .. ctx.source .. "`")