Comment discord stuff for now

This commit is contained in:
Vortrex
2020-12-16 07:56:35 -06:00
parent d2a9514727
commit eaae34dfd6

View File

@@ -45,7 +45,7 @@ function messageDiscordUser(discordUser, messageText) {
// ---------------------------------------------------------------------------
function sendDiscordSocketData(socketData) {
getDiscordSocket().send(module.hash.encodeBase64(socketData) + "\r\n");
//getDiscordSocket().send(module.hash.encodeBase64(socketData) + "\r\n");
}
// ---------------------------------------------------------------------------
@@ -54,7 +54,7 @@ function isClientFromDiscord(client) {
if(client instanceof Client) {
return false;
} else {
return false;
return true;
}
}