We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f439ec0 commit da9a834Copy full SHA for da9a834
public/index.php
@@ -89,6 +89,7 @@ function byName($a,$b){ return ($a['id'] <= $b['id']) ? -1 : 1;}
89
<a class="nav-link" href="https://docs.discord.red/en/stable/index.html">Documentation</a>
90
<a class="nav-link" href="https://discord.gg/red">Join Discord</a>
91
<a class="nav-link" href="https://docs.discord.red/en/stable/guide_cog_creation.html">Build Your Own Cog</a>
92
+ <a class="nav-link" href="https://cogboard.discord.red">Cogboard</a>
93
</div>
94
<div class="search">
95
<form id="search" method="get">
0 commit comments