more test

This commit is contained in:
Raven Scott
2024-07-07 21:14:17 -04:00
parent 181d011b8d
commit d423031cfb
2 changed files with 20 additions and 3 deletions

View File

@ -185,7 +185,7 @@
joinGuildBtn.addEventListener('click', async (event) => {
const guildTopic = document.getElementById('join-guild-topic').value.trim();
if (guildTopic) {
await processGuild(guildTopic);
await joinGuildRequest(guildTopic);
}
});
@ -254,4 +254,4 @@
}
</script>
</body>
</html>
</html>