Skip to content

docs: add java-discord-api #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions website/src/main/resources/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ <h2>Code Together <img src="images/peepo_fancy.png" alt="Fancy Peepo" width="70"
<ul class="actions">
<li><a href="https://github.com/Together-Java/TJ-Bot" class="button icon solid brands fa-github">Explore TJ-Bot on GitHub</a></li>
</ul>
<p>Our very own Java wrapped for the discord API!</p>
<p>This beginner-friendly project, with a lot of guidance is meant as an alternative for JDA.</p>
<ul class="actions">
<li><a href="https://github.com/javadiscord/java-discord-api" class="button icon solid brands fa-github">Explore java-discord-api on GitHub</a></li>
</ul>
</div>
</div>
</section>
Expand Down