This commit is contained in:
Raven Scott
2024-06-22 16:56:04 -04:00
parent 0e6d074c11
commit 8c0f7ebd0f
2 changed files with 23 additions and 9 deletions

View File

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