Script publicado

context

Shows the current execution context

u0/context@1 Comando customizado v1 0

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 .. "`")