mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33: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:
@@ -9,4 +9,4 @@ var Discord = {
|
||||
Client: Client
|
||||
};
|
||||
|
||||
module.exports = Discord;
|
||||
module.exports = Discord;
|
||||
Reference in New Issue
Block a user