Started work on Embeds

This commit is contained in:
hydrabolt
2015-10-29 14:30:34 +00:00
parent 1af1d71643
commit cefbcd05af
9 changed files with 115 additions and 0 deletions

9
lib/Embed.js Normal file
View File

@@ -0,0 +1,9 @@
"use strict";
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
var Embed = function Embed(data) {
_classCallCheck(this, Embed);
};
module.exports = Embed;