Feat: Adding GUILDS! #12

Merged
snxraven merged 21 commits from guilds into main 2024-07-07 23:01:33 -04:00
Showing only changes of commit e0ad9c7067 - Show all commits

4
app.js
View File

@ -351,8 +351,6 @@ function handleIncomingMessage(messageObj) {
peer.write(renameMessage); peer.write(renameMessage);
} }
} }
} }
} }
} else if (messageObj.type === 'guildJoin') { } else if (messageObj.type === 'guildJoin') {
@ -1267,4 +1265,6 @@ async function joinGuildRequest(guildTopic) {
} }
} }
window.joinGuildRequest = joinGuildRequest;
initialize(); initialize();