const settings=require("../settings.json"); module.exports = function (text) { return JSON.stringify({ translate: "[%s] %s", color: "#FFAAFF", with:[ { text: settings.name, color: "light_purple" }, { text: text, color: "white" } ] }) }