diff --git a/lib/Client.js b/lib/Client.js index 4d097628b..091424b16 100644 --- a/lib/Client.js +++ b/lib/Client.js @@ -1925,4 +1925,4 @@ var Client = (function () { return Client; })(); -module.exports = Client; +module.exports = Client; \ No newline at end of file diff --git a/lib/Endpoints.js b/lib/Endpoints.js index e55f0f580..271b465eb 100644 --- a/lib/Endpoints.js +++ b/lib/Endpoints.js @@ -10,4 +10,4 @@ exports.LOGIN = exports.AUTH + "/login"; exports.LOGOUT = exports.AUTH + "/logout"; exports.USERS = exports.API + "/users"; exports.SERVERS = exports.API + "/guilds"; -exports.CHANNELS = exports.API + "/channels"; +exports.CHANNELS = exports.API + "/channels"; \ No newline at end of file diff --git a/lib/Member.js b/lib/Member.js index 471460e77..7d7b03f1a 100644 --- a/lib/Member.js +++ b/lib/Member.js @@ -18,4 +18,4 @@ var Member = (function (_User) { } return Member; -})(User); +})(User); \ No newline at end of file diff --git a/lib/PMChannel.js b/lib/PMChannel.js index 6eb8134de..0dbc0405e 100644 --- a/lib/PMChannel.js +++ b/lib/PMChannel.js @@ -68,4 +68,4 @@ var PMChannel = (function () { return PMChannel; })(); -module.exports = PMChannel; +module.exports = PMChannel; \ No newline at end of file diff --git a/lib/Permissions.js b/lib/Permissions.js index 3b7c8f256..a1f4f3083 100644 --- a/lib/Permissions.js +++ b/lib/Permissions.js @@ -45,4 +45,4 @@ var Permission = (function () { }]); return Permission; -})(); +})(); \ No newline at end of file diff --git a/lib/channel.js b/lib/channel.js index 90a2d7428..bb67fcf4f 100644 --- a/lib/channel.js +++ b/lib/channel.js @@ -98,4 +98,4 @@ var Channel = (function () { return Channel; })(); -module.exports = Channel; +module.exports = Channel; \ No newline at end of file diff --git a/lib/index.js b/lib/index.js index f0c3c0ab7..6a2f82f05 100644 --- a/lib/index.js +++ b/lib/index.js @@ -9,4 +9,4 @@ var Discord = { Client: Client }; -module.exports = Discord; +module.exports = Discord; \ No newline at end of file diff --git a/lib/internal.js b/lib/internal.js index e8b3385da..3acf5940b 100644 --- a/lib/internal.js +++ b/lib/internal.js @@ -200,4 +200,4 @@ Internal.XHR.setUsername = function (token, avatar, email, newPassword, password }); }; -exports.Internal = Internal; +exports.Internal = Internal; \ No newline at end of file diff --git a/lib/invite.js b/lib/invite.js index 7bc8204bd..5f51dc1a9 100644 --- a/lib/invite.js +++ b/lib/invite.js @@ -32,4 +32,4 @@ var Invite = (function () { return Invite; })(); -module.exports = Invite; +module.exports = Invite; \ No newline at end of file diff --git a/lib/message.js b/lib/message.js index f3f3c574a..3dd4ddcae 100644 --- a/lib/message.js +++ b/lib/message.js @@ -76,4 +76,4 @@ var Message = (function () { return Message; })(); -module.exports = Message; +module.exports = Message; \ No newline at end of file diff --git a/lib/server.js b/lib/server.js index 8bd9332a2..c8758d5da 100644 --- a/lib/server.js +++ b/lib/server.js @@ -180,4 +180,4 @@ var Server = (function () { return Server; })(); -module.exports = Server; +module.exports = Server; \ No newline at end of file diff --git a/lib/user.js b/lib/user.js index e2b2ca256..5e38e132e 100644 --- a/lib/user.js +++ b/lib/user.js @@ -54,4 +54,4 @@ var User = (function () { return User; })(); -module.exports = User; +module.exports = User; \ No newline at end of file