discord_embed_markup_language

1.0.1 • Public • Published

About

Discord Embed Markup Langage is a compiled markup langage inspired by html used to create embeds for discord.js

Installation

npm install `npm i discord_embed_markup_language`

Quickstart

const deml = require('discord_embed_markup_language');

var embed = deml.load('absolut/path/file.deml');
embed.format({
	myVar : "Any kind of javascript data", //You can put as much variables you want 
});

channel.send(embed.build());

You can find a deml file exemple here

Readme

Keywords

none

Package Sidebar

Install

npm i discord_embed_markup_language

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

16.8 kB

Total Files

13

Last publish

Collaborators

  • comdec_