Script publicado
context
Shows the current execution context
Readme
A diagnostic command that demonstrates safe context snapshots without exposing private source.
Código
Mostrando versão 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 .. "`")