Added message.edit, textchannel.send, textchannel.sendTTS and pmchannel.send, pmchannel.sendTTS

This commit is contained in:
Amish Shah
2015-12-05 16:48:09 +00:00
parent 93db5efe38
commit f95822dcb7
28 changed files with 65 additions and 25 deletions

View File

@@ -5,4 +5,4 @@ exports.reg = reg;
function reg(c, a) {
return [c].concat(Array.prototype.slice.call(a));
}
}

View File

@@ -106,4 +106,4 @@ var Cache = (function (_Array) {
})(Array);
exports["default"] = Cache;
module.exports = exports["default"];
module.exports = exports["default"];

View File

@@ -45,4 +45,4 @@ var Equality = (function () {
})();
exports["default"] = Equality;
module.exports = exports["default"];
module.exports = exports["default"];