UNPKG

solara-testing-beta

Version:

A modern, customizable, and lightweight Discord framework.

13 lines 385 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { name: 'authorTag', execute: async (ctx) => { const user = ctx.interaction?.user ?? ctx.message?.author; if (!user) { throw new Error('Cannot determine command author.'); } return user.tag; }, }; //# sourceMappingURL=authorTag.js.map