Comment discord stuff for now
This commit is contained in:
@@ -45,7 +45,7 @@ function messageDiscordUser(discordUser, messageText) {
|
|||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
|
|
||||||
function sendDiscordSocketData(socketData) {
|
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) {
|
if(client instanceof Client) {
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user