Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 289f817

Browse files
add invite the bot url to navbar
Signed-off-by: Damien Boisvert <damien@alphagame.dev>
1 parent f22b957 commit 289f817

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

www/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<a href="#commands" class="hover:text-blue-400 transition">Commands</a>
5757
<a href="#faq" class="hover:text-blue-400 transition">FAQ</a>
5858
</div>
59-
<a href="#" class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded-md transition">Add to Discord</a>
59+
<a href="https://discord.com/api/oauth2/authorize?client_id=946533554953809930" class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded-md transition">Add to Discord</a>
6060
</div>
6161
</nav>
6262

@@ -68,7 +68,7 @@ <h1 class="text-4xl md:text-6xl font-bold mb-6">Level Up Your Discord Server</h1
6868
AlphaGameBot is <span id="typed-text" class="text-blue-400 font-bold"></span><span class="cursor-blink">|</span>
6969
</p>
7070
<div class="flex flex-col md:flex-row justify-center gap-4">
71-
<a href="https://discord.com/api/oauth2/authorize?client_id=946533554953809930&permissions=39859552415312&scope=bot" class="bg-blue-600 hover:bg-blue-700 px-6 py-3 rounded-lg text-lg font-semibold transition">Add to Discord</a>
71+
<a href="https://discord.com/api/oauth2/authorize?client_id=946533554953809930" class="bg-blue-600 hover:bg-blue-700 px-6 py-3 rounded-lg text-lg font-semibold transition">Add to Discord</a>
7272
<a href="#features" class="bg-gray-700 hover:bg-gray-600 px-6 py-3 rounded-lg text-lg font-semibold transition">Learn More</a>
7373
</div>
7474
<div class="mt-16 max-w-4xl mx-auto">
@@ -452,4 +452,4 @@ <h2 class="text-2xl font-bold">AlphaGameBot</h2>
452452

453453
<script src="script.js"></script>
454454
</body>
455-
</html>
455+
</html>

0 commit comments

Comments
 (0)