feature/implement-bot-into-client-core #2

Merged
logan merged 42 commits from feature/implement-bot-into-client-core into master 2023-05-06 14:45:00 -04:00
Showing only changes of commit 6e05dde743 - Show all commits

View File

@@ -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);
}});
}