UNPKG

solara-testing-beta

Version:

A modern, customizable, and lightweight Discord framework.

12 lines 329 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { name: 'getEmbedJSON', execute: async (ctx) => { if (!ctx.embed) { return JSON.stringify({}); } return JSON.stringify(ctx.embed.toJSON()); }, }; //# sourceMappingURL=getEmbedJSON.js.map