thaldrin/src/utils/embed.ts

5 lines
216 B
TypeScript
Raw Normal View History

2021-04-22 01:33:59 +00:00
import { MessageEmbed } from "discord.js";
import config from '../../config'
export default new MessageEmbed()
.setColor(config.variables.color)
.setFooter(`${config.variables.name}`, config.variables.avatar)