Fix bug in join server
This commit is contained in:
@@ -79,7 +79,7 @@ exports.joinServer = (req, res) => {
|
||||
|
||||
// join the sever
|
||||
join({guildID: guildObj.id, guildObj: guildObj, channelID: channelId, callback: () => {
|
||||
return req.sendStatus(202);
|
||||
return res.sendStatus(202);
|
||||
}});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user