Table of Contents

Installing NetCord

Note

NetCord requires .NET 8 or higher. Older versions are not supported.

  1. Create a new project.
  2. Click Manage NuGet Packages.
  3. Browse and install NetCord package.

Other packages can be installed in the same way.

List of Packages

Package Description
NetCord Core package with fundamental functionality.
NetCord.Services Facilitates seamless handling of commands and interactions.
NetCord.Hosting Provides .NET Generic Host extensions for the NetCord package.
NetCord.Hosting.Services Provides .NET Generic Host extensions for the NetCord.Services package.
NetCord.Hosting.AspNetCore Provides ASP.NET Core extensions for seamless handling of HTTP interactions.