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

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

View File

@@ -25,4 +25,4 @@ var StreamIntent = (function (_EventEmitter) {
})(_events2["default"]);
exports["default"] = StreamIntent;
module.exports = exports["default"];
module.exports = exports["default"];

View File

@@ -363,4 +363,4 @@ var VoiceConnection = (function (_EventEmitter) {
})(_events2["default"]);
exports["default"] = VoiceConnection;
module.exports = exports["default"];
module.exports = exports["default"];

View File

@@ -26,4 +26,4 @@ var VoicePacket = function VoicePacket(data, sequence, time, ssrc) {
};
exports["default"] = VoicePacket;
module.exports = exports["default"];
module.exports = exports["default"];