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>
<script type="module">
import { processGuild } from './app.js';
<script>
document.addEventListener('DOMContentLoaded', function() {
const messageInput = document.getElementById('message');
const copyTopicLink = document.getElementById('copy-topic-link');