Published script
context
Shows the current execution context
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 .. "`")