From e0ad9c7067a7af26f058c7a80d361fd0c027e53c Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Sun, 7 Jul 2024 21:21:55 -0400 Subject: [PATCH] more test --- app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 83dacd1..1eafee8 100644 --- a/app.js +++ b/app.js @@ -351,8 +351,6 @@ function handleIncomingMessage(messageObj) { peer.write(renameMessage); } } - - } } } else if (messageObj.type === 'guildJoin') { @@ -1267,4 +1265,6 @@ async function joinGuildRequest(guildTopic) { } } +window.joinGuildRequest = joinGuildRequest; + initialize();