mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
Join Server returns server properly
Previously if the client was already part of a server and attempted to accept an invite to it again, it would stall and not work correctly.
This commit is contained in:
@@ -200,4 +200,4 @@ Internal.XHR.setUsername = function (token, avatar, email, newPassword, password
|
||||
});
|
||||
};
|
||||
|
||||
exports.Internal = Internal;
|
||||
exports.Internal = Internal;
|
||||
Reference in New Issue
Block a user