From 8090fc1ba4ab3340caececc95eef6067f00e8e74 Mon Sep 17 00:00:00 2001 From: Kuba_Z2 <77853483+KubaZ2@users.noreply.github.com> Date: Mon, 11 Nov 2024 19:53:52 +0100 Subject: [PATCH] Add more features to the landing page (#74) * Add more features * Improve descriptions --- .../templates-src/NetCord/partials/root.tmpl.partial | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Documentation/templates-src/NetCord/partials/root.tmpl.partial b/Documentation/templates-src/NetCord/partials/root.tmpl.partial index 8286e837..c8f52082 100644 --- a/Documentation/templates-src/NetCord/partials/root.tmpl.partial +++ b/Documentation/templates-src/NetCord/partials/root.tmpl.partial @@ -39,6 +39,18 @@

Voice Ready

NetCord includes robust support for sending and receiving voice data, allowing you to integrate high quality voice features into your Discord bot.

+
+

HTTP Interactions Ready

+

NetCord enables seamless HTTP interaction handling for Discord bots, letting you manage interactions without requiring a WebSocket connection.

+
+
+

Dependency-less

+

NetCord operates without external .NET dependencies, making this C# library lightweight, modular, and easy to integrate into any Discord bot project.

+
+
+

Stateless REST

+

With a stateless REST approach, NetCord ensures scalable API requests for Discord bots, eliminating the need for local data storage for making requests.

+

Complete API Coverage

NetCord covers the entire Discord API and more, ensuring you have access to all the latest features and capabilities Discord has to offer.