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 6cfbb36d35 - Show all commits

View File

@ -103,9 +103,7 @@
</div> </div>
</div> </div>
<script type="module"> <script>
import { processGuild } from './app.js';
document.addEventListener('DOMContentLoaded', function() { document.addEventListener('DOMContentLoaded', function() {
const messageInput = document.getElementById('message'); const messageInput = document.getElementById('message');
const copyTopicLink = document.getElementById('copy-topic-link'); const copyTopicLink = document.getElementById('copy-topic-link');
@ -256,4 +254,4 @@
} }
</script> </script>
</body> </body>
</html> </html>