Updated docs to include abala's additions

This commit is contained in:
hydrabolt
2015-11-19 20:58:24 +00:00
parent 8ae123c67e
commit ae635685da
9 changed files with 44 additions and 8 deletions

View File

@@ -69,4 +69,4 @@ var Message = (function () {
return Message;
})();
module.exports = Message;
module.exports = Message;

View File

@@ -52,4 +52,4 @@ var PMChannel = (function (_Equality) {
return PMChannel;
})(Equality);
module.exports = PMChannel;
module.exports = PMChannel;

View File

@@ -114,4 +114,4 @@ var ServerChannel = (function (_Channel) {
return ServerChannel;
})(Channel);
module.exports = ServerChannel;
module.exports = ServerChannel;

View File

@@ -57,4 +57,4 @@ var TextChannel = (function (_ServerChannel) {
return TextChannel;
})(ServerChannel);
module.exports = TextChannel;
module.exports = TextChannel;