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