Skip to content

Commit

Permalink
Add more features to the landing page (#74)
Browse files Browse the repository at this point in the history
* Add more features

* Improve descriptions
  • Loading branch information
KubaZ2 authored Nov 11, 2024
1 parent afbc19e commit 8090fc1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Documentation/templates-src/NetCord/partials/root.tmpl.partial
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@
<h4>Voice Ready</h4>
<p>NetCord includes robust support for sending and receiving voice data, allowing you to integrate high quality voice features into your Discord bot.</p>
</div>
<div class="feature-item">
<h4>HTTP Interactions Ready</h4>
<p>NetCord enables seamless HTTP interaction handling for Discord bots, letting you manage interactions without requiring a WebSocket connection.</p>
</div>
<div class="feature-item">
<h4>Dependency-less</h4>
<p>NetCord operates without external .NET dependencies, making this C# library lightweight, modular, and easy to integrate into any Discord bot project.</p>
</div>
<div class="feature-item">
<h4>Stateless REST</h4>
<p>With a stateless REST approach, NetCord ensures scalable API requests for Discord bots, eliminating the need for local data storage for making requests.</p>
</div>
<div class="feature-item">
<h4>Complete API Coverage</h4>
<p>NetCord covers the entire Discord API and more, ensuring you have access to all the latest features and capabilities Discord has to offer.</p>
Expand Down

0 comments on commit 8090fc1

Please sign in to comment.