mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 17:43: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:
@@ -53,4 +53,4 @@ var User = (function () {
|
||||
return User;
|
||||
})();
|
||||
|
||||
module.exports = User;
|
||||
module.exports = User;
|
||||
Reference in New Issue
Block a user